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.
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.
The ID of the API key to update
API key updated successfully