cURL
curl --request PATCH \ --url http://localhost:6900/v1/system/api-keys/{key} \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "environment_id": "<string>", "name": "<string>", "scopes": [ "<string>" ] } '
null
Updates the name or scopes of an existing API key.
Documentation IndexFetch the complete documentation index at: https://docs.revstack.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt
Use this file to discover all available pages before exploring further.
"sk_live_abc123"
1
API key updated
The response is of type unknown.
unknown