PATCH
/
api-keys
/
{apiKeyId}
curl --request PATCH \
  --url https://api.eu.bronto.io/api-keys/{apiKeyId} \
  --header 'Content-Type: application/json' \
  --header 'X-BRONTO-API-KEY: <api-key>' \
  --data '{
  "name": "Production API Key",
  "roles": [
    "IngestionApi"
  ]
}'
This response does not have an example.

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

apiKeyId
string
required

The ID of the API key to update

Body

application/json

Response

200

API key updated successfully