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