Rotate Api Key
POST /api-keys/rotate
Issue a new ApiKey, invalidating all previous keys.
Request Body
Section titled “Request Body”application/json: object
application/json
{ "gracePeriodMinutes": 100}Responses
Section titled “Responses”Successfully issued new API token
application/json: object
{ "apiKey": "string"}Error ocurred while validating submitted payload
application/json: ProblemDetails
{ "type": "string", "status": 100, "title": "string", "detail": "string", "instance": "string", "code": "string", "errors": [ { "detail": "string", "pointer": "string", "parameter": "string", "header": "string", "code": "string" } ]}Unauthorized
No response body.