PATCH
/
cdn
/
resources
/
{id}
curl --request PATCH \
  --url https://api.gcore.com/cdn/resources/{id} \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "sslData": 192,
  "sslEnabled": true
}'
This response does not have an example.

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

id
integer
required

CDN resource ID.

Body

application/json

Response

200

Successful.