Skip to main content
PATCH
/
v1
/
api-keys
/
{id}
Update API key metadata and scope
curl --request PATCH \
  --url https://api.suprlogs.com/v1/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "apiKey": {}
}

Authorizations

Authorization
string
header
required

Send API key as Authorization: Bearer .

Path Parameters

id
string<uuid>
required

Response

API key updated.

apiKey
object