PATCH
/
waap
/
v1
/
domains
/
{domain_id}
/
settings
import os
from gcore import Gcore

client = Gcore(
    api_key=os.environ.get("GCORE_API_KEY"),  # This is the default and can be omitted
)
client.waap.domains.settings.update(
    domain_id=0,
)
This response does not have an example.

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

domain_id
integer
required

The domain ID

Body

application/json

Represents the editable settings for a domain.

Response

204

Successful Response