We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8fc65 commit a4c8286Copy full SHA for a4c8286
openapi.yaml
@@ -13636,6 +13636,18 @@ components:
13636
The tag portion of a CAA record. It is invalid to set this on
13637
other record types.
13638
example: null
13639
+ created:
13640
+ type: string
13641
+ format: date-time
13642
+ description: When this DomainRecord was created.
13643
+ example: '2018-01-01T00:01:01'
13644
+ readOnly: true
13645
+ updated:
13646
13647
13648
+ description: When this DomainRecord was last updated.
13649
13650
13651
ErrorObject:
13652
type: object
13653
description: >
0 commit comments