v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Fastly Integration

Update Fastly service

Update a Fastly service for an account.

patch/api/v2/integrations/fastly/accounts/{account_id}/services/{service_id}

Path parameters

account_idstring required

Fastly Account id.

service_idstring required

Fastly Service ID.

Request body

Example request

{
  "data": {
    "attributes": {
      "tags": [
        "myTag",
        "myTag2:myValue"
      ]
    },
    "id": "abc123",
    "type": "fastly-services"
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "tags": [
        "myTag",
        "myTag2:myValue"
      ]
    },
    "id": "abc123",
    "type": "fastly-services"
  }
}