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
name
string

The new name for the API key

Required string length: 1 - 255
Example:

"Production API Key"

roles
object

A list of api key role ids

Example:
["IngestionApi"]

Response

200
_mintlify/placeholder

API key updated successfully