Update Fastly service
PATCH {{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id
Update a Fastly service for an account.
Request Body
{"data"=>{"id"=>"abc123", "type"=>"fastly-services", "attributes"=>{"tags"=>["myTag", "myTag2:myValue"]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"abc123","type":"fastly-services","attributes":{"tags":["myTag","myTag2:myValue"]}}}