Skip to content

Commit 8943a02

Browse files
Merge pull request #213 from nmelehan/domainrecord-map-created-updated
Add updated and created properties for DomainRecord
2 parents 6a8fc65 + 6a868c0 commit 8943a02

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13636,6 +13636,18 @@ components:
1363613636
The tag portion of a CAA record. It is invalid to set this on
1363713637
other record types.
1363813638
example: null
13639+
created:
13640+
type: string
13641+
format: date-time
13642+
description: When this Domain Record was created.
13643+
example: '2018-01-01T00:01:01'
13644+
readOnly: true
13645+
updated:
13646+
type: string
13647+
format: date-time
13648+
description: When this Domain Record was last updated.
13649+
example: '2018-01-01T00:01:01'
13650+
readOnly: true
1363913651
ErrorObject:
1364013652
type: object
1364113653
description: >

0 commit comments

Comments
 (0)