Expiries Configuration (Core)
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
config found.
application/json
ExpiryConfiguration
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this endpoint
application/json
404
Entity not found
application/json
get
/api/configurations/expiryAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ExpiryConfiguration
Responses
200
The configuration was successfully updated.
application/json
ExpiryConfiguration
201
The configuration was successfully created.
application/json
400
Invalid input. See response for details
application/json
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this endpoint
application/json
409
Entity version conflict
application/json
put
/api/configurations/expiryLast updated

