cURL
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
The new name for the API key
1 - 255
"Production API Key"
A list of api key role ids
["IngestionApi"]
API key updated successfully