API Keys
Update API key
Update an API key's name, expiry, rate-limit tier, or active flag. Permissions cannot be changed via this endpoint — change the role assigned to the key instead, or rotate to a new key.
patch/api/v1/api-keys/{id}
Path parameters
idstring uuid required
API key ID (UUID)
Request body
Response
API key updated
Example response
{
"data": {
"key_prefix": "raff_17d70fcf"
}
}