Partial Update a Cloudflare Account instance
PATCH/integrations/cloudflare/
Request
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
token string
Possible values: Value must match regular expression ^[a-zA-Z0-9-_]{32,64}$
token_name string
Possible values: <= 256 characters
enabled boolean
Body
token string
Possible values: Value must match regular expression ^[a-zA-Z0-9-_]{32,64}$
token_name string
Possible values: <= 256 characters
enabled boolean
Body
token string
Possible values: Value must match regular expression ^[a-zA-Z0-9-_]{32,64}$
token_name string
Possible values: <= 256 characters
enabled boolean
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
token stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9-_]{32,64}$
token_name stringrequired
Possible values: <= 256 characters
enabled boolean
zone_read_permission booleanrequired
dns_read_permission booleanrequired
{
"token": "string",
"token_name": "string",
"enabled": true,
"zone_read_permission": true,
"dns_read_permission": true
}
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...