Admin

Update Api Key

Updates the name and/or permission of the specified API key.

post/admin/update-api-key

Request body

organization_idstring uuid required

The organization ID of the related api key.

api_key_idstring uuid required

The API key ID to update.

namestring nullable

New name for the API key.

permission'all' | 'read_only'

Response

Successful Response

messagestring

This string will always be "Success!". This may change in the future.

Changes