Logo
Fastly Developer Hub API Documentation

Update a GCS log endpoint

PUT {{fastly_url}}/service/{{service_id}}/version/{{version_id}}/logging/gcs/{{logging_gcs_name}}

Update the GCS for a particular service and version.

Authorization: API token with at least Engineer permissions.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Host
string
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PUT 'https://api.fastly.com/service//version//logging/gcs/' -H 'Host: api.fastly.com' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: application/json'

ENDPOINTS