Skip to content

Commit f610659

Browse files
OAS Update
1 parent b630d53 commit f610659

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

services/iaas/v1/iaas.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,9 @@
705705
],
706706
"readOnly": true
707707
},
708+
"description": {
709+
"$ref": "#/components/schemas/Description"
710+
},
708711
"encrypted": {
709712
"allOf": [
710713
{
@@ -1029,6 +1032,9 @@
10291032
"CreateBackupPayload": {
10301033
"description": "Object that represents a backup create request body.",
10311034
"properties": {
1035+
"description": {
1036+
"$ref": "#/components/schemas/Description"
1037+
},
10321038
"labels": {
10331039
"$ref": "#/components/schemas/Labels"
10341040
},
@@ -1732,6 +1738,9 @@
17321738
],
17331739
"readOnly": true
17341740
},
1741+
"description": {
1742+
"$ref": "#/components/schemas/Description"
1743+
},
17351744
"id": {
17361745
"allOf": [
17371746
{
@@ -4113,6 +4122,9 @@
41134122
],
41144123
"readOnly": true
41154124
},
4125+
"description": {
4126+
"$ref": "#/components/schemas/Description"
4127+
},
41164128
"id": {
41174129
"allOf": [
41184130
{
@@ -4296,6 +4308,9 @@
42964308
],
42974309
"readOnly": true
42984310
},
4311+
"description": {
4312+
"$ref": "#/components/schemas/Description"
4313+
},
42994314
"encrypted": {
43004315
"allOf": [
43014316
{
@@ -4553,6 +4568,9 @@
45534568
"UpdateSnapshotPayload": {
45544569
"description": "Object that represents an update request body of a snapshot.",
45554570
"properties": {
4571+
"description": {
4572+
"$ref": "#/components/schemas/Description"
4573+
},
45564574
"labels": {
45574575
"$ref": "#/components/schemas/Labels"
45584576
},

0 commit comments

Comments
 (0)