Update a client secret's expiry
PATCH/apps-srv/apps/:clientID/secrets/:secretID
Updates only expires_at on an existing secret. secret_id, client_secret, and issued_at are server-managed and cannot be changed. Omit expires_at (or send {}) to leave it unchanged; send expires_at: null to clear the expiry.
The response never includes the plaintext secret.
Requires cidaas:apps_write.
Request
Responses
- 200
- 401
- 404
Secret metadata updated
Unauthorized
App or secret not found