PATCH /accounts/{account_id}/registrar/registrations/{domain_name}
Updates an existing domain registration.
By default, the server holds the connection for a bounded, server-defined
amount of time while the update completes. Most updates finish within this
window and return 200 OK with a completed workflow status.
If the update is still processing after this synchronous wait window, the
server returns 202 Accepted. Poll the URL in links.self to track progress.
To skip the wait and receive an immediate 202, send Prefer: respond-async.
This endpoint currently supports updating auto_renew only.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Cloudflare account ID. |
domain_name |
String | Yes |
Domain name to update. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Prefer |
String | No |
Set to Valid values:
|
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
auto_renew |
Boolean | No |
Enable or disable automatic renewal.
Setting this field to |
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.