This commit is contained in:
waleed
2026-02-18 23:20:39 -08:00
parent 2466d7ea7e
commit a42a62005e
10 changed files with 14 additions and 26 deletions

View File

@@ -264,7 +264,6 @@ Lists DNS records for a specific zone.
| ↳ `comment_modified_on` | string | ISO 8601 timestamp when the comment was last modified |
| ↳ `tags_modified_on` | string | ISO 8601 timestamp when tags were last modified |
| ↳ `meta` | object | Record metadata |
| ↳ `auto_added` | boolean | Whether the record was auto-added by Cloudflare |
| ↳ `source` | string | Source of the DNS record |
| ↳ `created_on` | string | ISO 8601 timestamp when the record was created |
| ↳ `modified_on` | string | ISO 8601 timestamp when the record was last modified |
@@ -309,7 +308,6 @@ Creates a new DNS record for a zone.
| `comment_modified_on` | string | ISO 8601 timestamp when the comment was last modified |
| `tags_modified_on` | string | ISO 8601 timestamp when tags were last modified |
| `meta` | object | Record metadata |
| ↳ `auto_added` | boolean | Whether the record was auto-added by Cloudflare |
| ↳ `source` | string | Source of the DNS record |
| `created_on` | string | ISO 8601 timestamp when the record was created |
| `modified_on` | string | ISO 8601 timestamp when the record was last modified |
@@ -354,7 +352,6 @@ Updates an existing DNS record for a zone.
| `comment_modified_on` | string | ISO 8601 timestamp when the comment was last modified |
| `tags_modified_on` | string | ISO 8601 timestamp when tags were last modified |
| `meta` | object | Record metadata |
| ↳ `auto_added` | boolean | Whether the record was auto-added by Cloudflare |
| ↳ `source` | string | Source of the DNS record |
| `created_on` | string | ISO 8601 timestamp when the record was created |
| `modified_on` | string | ISO 8601 timestamp when the record was last modified |