Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.anchorbrowser.io/v1/projects/{projectId}/api-keys/{keyId} \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "name": "<string>", "is_default": true } '
{ "id": "<string>", "apikey": "<string>", "name": "<string>" }
Updates an API key’s name and/or marks it as the project default.
API key passed in the header
1 - 255
API key updated successfully.
Was this page helpful?