PATCH
/
waap
/
v1
/
custom-page-sets
/
{set_id}
Python
from gcore import Gcore

client = Gcore(
    api_key="My API Key",
)
client.waap.custom_page_sets.update(
    set_id=0,
)
This response does not have an example.

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

set_id
integer
required

The ID of the custom page set

Body

application/json

Update a custom page set

domains
integer[] | null

List of domain IDs that are associated with this page set

The domain ID

block
object | null
block_csrf
object | null
captcha
object | null
handshake
object | null
javascript_disabled
object | null
name
string | null

Name of the custom page set

Required string length: 1 - 50

Response

Successful Response