PATCH /zones/{zone_id}
Edits a zone. Only one zone property can be changed at a time.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
zone_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
vanity_name_servers[] |
Array | No |
An array of domains used for custom name servers. This is only available for Business and Enterprise plans. |
type |
String | No |
A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. This parameter is only available to Enterprise customers or if it has been explicitly enabled on a zone. Possible values:
|
plan |
Object | No |
(Deprecated) Please use the |
plan.id |
String | No |
Identifier |
paused |
Boolean | No |
Indicates whether the zone is only using Cloudflare DNS services. A true value means the zone will not receive security or performance benefits. Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.