users
keys
Update a user API key
Update an API key for a user (rename only). Only the authenticated user themselves and server admins have access to this endpoint. When authenticated with a user API key, only that key itself may be updated: a key cannot modify the user's other keys. Authenticate with a JWT (user session token) to update other keys.
patch/v0/users/{user}/keys/{key}
Path parameters
keystring uuid required
The UUID for a user key.
userstring required
The slug or UUID for a user.
Request body
Response
successful operation