Update Access Key Status
PATCH/access_keys/:id/status/:status
Activates or deactivates the access key that has the specified ID. You cannot activate an expired access key.
Request
Path Parameters
id uuidrequired
Access key ID
status booleanrequired
Whether or not the access key is active. True means active.
Responses
- 200
- 400
- 403
successful operation
empty_access_key_status_provided
unauthorized_to_use_access_keys
Loading...