Set Api Key Expiration
PATCH/api/v1/account/api-keys/:api_key_id/expiration
Set or update expiration date for an API key.
Pass expires_at as ISO 8601 datetime string or null to remove expiration.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error