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"
]
}
'{
"code": 499,
"type": "Not Found",
"correlation_id": "<string>",
"details": "Resource not found."
}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"
]
}
'{
"code": 499,
"type": "Not Found",
"correlation_id": "<string>",
"details": "Resource not found."
}The ID of the API key to update
API key updated successfully