api_keys
Reroll API key
Reroll the secret for a specific API key by its ID.
This generates a new secret key, invalidating the old one.
Args: api_key_id: The ID of the API key to reroll.
Returns: ApiKeyCreated: The response containing the API key details with the new secret key.
post/v1/api-keys/{api_key_id}/reroll
Path parameters
api_key_idstring uuid required
The ID of the API key to reroll
The ID of the API key to reroll
Response
The API key details with the new secret key
Changes
Changed in 1 of the 17 revisions of this API.12
- ▲
the
response property const valuestorewas removed for the statusresponse-property-const-removed
- ●
added the new
completionsenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
storeenum value to the////response property for the response statusresponse-property-enum-value-added
- ▲