Skip to main content
PUT
/
api-key
/
{id}
cURL
curl --request PUT \
  --url https://api.example.com/api-key/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "spendingLimit": "<string>",
    "spendingLimitPeriod": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

OAuth access token sent as Authorization: Bearer <access-token>.

Path Parameters

id
string
required

Response

200 - application/json

Update API key

data
object
required