Authentication
Update API Key
Update API key permissions and metadata
PUT
Modify an existing API key’s permissions, description, or other metadata. You can change permissions, update descriptions, and modify expiration dates.
Requires the keys:manage
permission. You can only update keys that you have
created or have been granted access to.
Request
The unique identifier of the API key to update
Your API key with keys:manage
permission
Must be application/json
Body Parameters
Updated description for the API key
Array of permission strings to grant to this key
ISO 8601 timestamp when the key should expire (optional)
Examples
Update Key Permissions
Response
Always true
for successful requests
Updated API key information