cURL
curl --request PATCH \ --url https://api.suprlogs.com/v1/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "apiKey": {} }
Updates API key name and/or project scope in the same owner context.
Send API key as Authorization: Bearer .
API key updated.