Alfresco / rest-api-explorer

Public REST API Explorer
Apache License 2.0
37 stars 25 forks source link

ACS-2222 Add 412 error for Archived Content #139

Closed PunchedChimera closed 2 years ago

PunchedChimera commented 2 years ago
'412':
          description: |
            Content is archived and is inaccessible

Added the above error code to the following "get (download) content" endpoints:

and also the following "request direct access url" endpoints:

PunchedChimera commented 2 years ago

@PunchedChimera Would we also see a 412 error code for x5 POST /request-direct-access-url (if content is archived and inaccessible) ?

Thanks @montgolfiere. It was missed, I've added it now 👍