Update a single service object

PATCH {{baseUrl}}/api/v2/integration/opsgenie/services/:integration_service_id

Update a single service object in the Datadog Opsgenie integration.

Request Body

{"data"=>{"id"=>"596da4af-0563-4097-90ff-07230c3f9db3", "type"=>"opsgenie-service", "attributes"=>{"custom_url"=>"https://example.com", "name"=>"fake-opsgenie-service-name", "opsgenie_api_key"=>"00000000-0000-0000-0000-000000000000", "region"=>"us"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"id":"596da4af-0563-4097-90ff-07230c3f9db3","type":"opsgenie-service","attributes":{"custom_url":null,"name":"fake-opsgenie-service-name","region":"us"}}}