Expiries Configuration (Core)

Endpoints to read and modify expires configuration.

Get expiry config

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

config found.

application/json

ExpiryConfiguration

get
/api/configurations/expiry

Update expiry config

put

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

ExpiryConfiguration

Responses
chevron-right
200

The configuration was successfully updated.

application/json

ExpiryConfiguration

put
/api/configurations/expiry

Last updated