Skip to content

Commit

Permalink
Update content/cloudflare-for-platforms/_partials/_create-custom-host…
Browse files Browse the repository at this point in the history
…name-api.md

Co-authored-by: angelampcosta <92738954+angelampcosta@users.noreply.github.com>
  • Loading branch information
jason-cf and angelampcosta committed May 8, 2024
1 parent b045ca3 commit 0fb08b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ _build:

To create a custom hostname using the API, use a [POST command](/api/operations/custom-hostname-for-a-zone-create-custom-hostname) on the `/zone/:zone_id/custom_hostnames` endpoint.

For the newly created custom hostname, the POST response may not return the DCV validation token `validation_records` It is recommended to make a second [GET command](/api/operations/custom-hostname-for-a-zone-list-custom-hostnames) (with a delay) to retrieve these details.
For the newly created custom hostname, the POST response may not return the DCV validation token `validation_records`. It is recommended to make a second [GET command](/api/operations/custom-hostname-for-a-zone-list-custom-hostnames) (with a delay) to retrieve these details.

The response contains the complete definition of the new custom hostname.

0 comments on commit 0fb08b5

Please sign in to comment.