Skip to content

Commit 05bbdf9

Browse files
author
Automated
committed
OpenAPI spec update: Mon Jan 20 19:04:59 UTC 2025
1 parent dcb985b commit 05bbdf9

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

exoscale/openapi.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8449,23 +8449,20 @@
84498449
"dns-domain-record": {
84508450
"type": "object",
84518451
"properties": {
8452-
"id": {
8452+
"updated-at": {
84538453
"type": "string",
8454-
"format": "uuid",
8454+
"format": "date-time",
84558455
"readOnly": true,
8456-
"description": "DNS domain record ID"
8457-
},
8458-
"priority": {
8459-
"type": "integer",
8460-
"format": "int64",
8461-
"minimum": 0,
8462-
"exclusiveMinimum": false,
8463-
"description": "DNS domain record priority"
8456+
"description": "DNS domain record update date"
84648457
},
84658458
"content": {
84668459
"type": "string",
84678460
"description": "DNS domain record content"
84688461
},
8462+
"name": {
8463+
"type": "string",
8464+
"description": "DNS domain record name"
8465+
},
84698466
"type": {
84708467
"type": "string",
84718468
"enum": [
@@ -8495,21 +8492,29 @@
84958492
"exclusiveMinimum": false,
84968493
"description": "DNS domain record TTL"
84978494
},
8498-
"name": {
8495+
"priority": {
8496+
"type": "integer",
8497+
"format": "int64",
8498+
"minimum": 0,
8499+
"exclusiveMinimum": false,
8500+
"description": "DNS domain record priority"
8501+
},
8502+
"id": {
84998503
"type": "string",
8500-
"description": "DNS domain record name"
8504+
"format": "uuid",
8505+
"readOnly": true,
8506+
"description": "DNS domain record ID"
85018507
},
85028508
"created-at": {
85038509
"type": "string",
85048510
"format": "date-time",
85058511
"readOnly": true,
85068512
"description": "DNS domain record creation date"
85078513
},
8508-
"updated-at": {
8509-
"type": "string",
8510-
"format": "date-time",
8514+
"system-record": {
8515+
"type": "boolean",
85118516
"readOnly": true,
8512-
"description": "DNS domain record update date"
8517+
"description": "DNS domain record system status"
85138518
}
85148519
},
85158520
"description": "DNS domain record"

0 commit comments

Comments
 (0)