v14
latestOpenAPI 3.1.02026-08-083813925.4 MBAPI Keys
Update API Key
Updates an API key's name, permissions, API version, expiration, or IP allowlist. Fields that are omitted keep their current value; default keys cannot be modified.
patch/api_keys/{id}
Request body
Example request
{
"api_version_date": "2026-08-05-1"
}Response
api key updated
Example response
{
"api_version_date": "2025-01-01",
"system_role": "owner"
}