Skip to content

Commit 0619a63

Browse files
OAS Update
1 parent 37a42cf commit 0619a63

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed

services/postgres-flex/v3alpha1/postgres-flex.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3566,6 +3566,21 @@
35663566
},
35673567
"description": "Database name already exists"
35683568
},
3569+
"412": {
3570+
"content": {
3571+
"application/json": {
3572+
"examples": {
3573+
"preconditionFailedError": {
3574+
"$ref": "#/components/examples/failedPreconditionError"
3575+
}
3576+
},
3577+
"schema": {
3578+
"$ref": "#/components/schemas/Error"
3579+
}
3580+
}
3581+
},
3582+
"description": "Precondition Failed: The precondition for this operation was not met."
3583+
},
35693584
"422": {
35703585
"content": {
35713586
"application/json": {
@@ -3685,6 +3700,21 @@
36853700
},
36863701
"description": "Not found: The requested resource was not found."
36873702
},
3703+
"412": {
3704+
"content": {
3705+
"application/json": {
3706+
"examples": {
3707+
"preconditionFailedError": {
3708+
"$ref": "#/components/examples/failedPreconditionError"
3709+
}
3710+
},
3711+
"schema": {
3712+
"$ref": "#/components/schemas/Error"
3713+
}
3714+
}
3715+
},
3716+
"description": "Precondition Failed: The precondition for this operation was not met."
3717+
},
36883718
"500": {
36893719
"content": {
36903720
"application/json": {
@@ -3924,6 +3954,21 @@
39243954
},
39253955
"description": "Not found: The requested resource was not found."
39263956
},
3957+
"412": {
3958+
"content": {
3959+
"application/json": {
3960+
"examples": {
3961+
"preconditionFailedError": {
3962+
"$ref": "#/components/examples/failedPreconditionError"
3963+
}
3964+
},
3965+
"schema": {
3966+
"$ref": "#/components/schemas/Error"
3967+
}
3968+
}
3969+
},
3970+
"description": "Precondition Failed: The precondition for this operation was not met."
3971+
},
39273972
"422": {
39283973
"content": {
39293974
"application/json": {
@@ -4059,6 +4104,21 @@
40594104
},
40604105
"description": "Not found: The requested resource was not found."
40614106
},
4107+
"412": {
4108+
"content": {
4109+
"application/json": {
4110+
"examples": {
4111+
"preconditionFailedError": {
4112+
"$ref": "#/components/examples/failedPreconditionError"
4113+
}
4114+
},
4115+
"schema": {
4116+
"$ref": "#/components/schemas/Error"
4117+
}
4118+
}
4119+
},
4120+
"description": "Precondition Failed: The precondition for this operation was not met."
4121+
},
40624122
"422": {
40634123
"content": {
40644124
"application/json": {
@@ -4575,6 +4635,21 @@
45754635
},
45764636
"description": "Not found: The requested resource was not found."
45774637
},
4638+
"412": {
4639+
"content": {
4640+
"application/json": {
4641+
"examples": {
4642+
"preconditionFailedError": {
4643+
"$ref": "#/components/examples/failedPreconditionError"
4644+
}
4645+
},
4646+
"schema": {
4647+
"$ref": "#/components/schemas/Error"
4648+
}
4649+
}
4650+
},
4651+
"description": "Precondition Failed: The precondition for this operation was not met."
4652+
},
45784653
"422": {
45794654
"content": {
45804655
"application/json": {
@@ -4694,6 +4769,21 @@
46944769
},
46954770
"description": "Not found: The requested resource was not found."
46964771
},
4772+
"412": {
4773+
"content": {
4774+
"application/json": {
4775+
"examples": {
4776+
"preconditionFailedError": {
4777+
"$ref": "#/components/examples/failedPreconditionError"
4778+
}
4779+
},
4780+
"schema": {
4781+
"$ref": "#/components/schemas/Error"
4782+
}
4783+
}
4784+
},
4785+
"description": "Precondition Failed: The precondition for this operation was not met."
4786+
},
46974787
"500": {
46984788
"content": {
46994789
"application/json": {
@@ -4925,6 +5015,21 @@
49255015
},
49265016
"description": "Not found: The requested resource was not found."
49275017
},
5018+
"412": {
5019+
"content": {
5020+
"application/json": {
5021+
"examples": {
5022+
"preconditionFailedError": {
5023+
"$ref": "#/components/examples/failedPreconditionError"
5024+
}
5025+
},
5026+
"schema": {
5027+
"$ref": "#/components/schemas/Error"
5028+
}
5029+
}
5030+
},
5031+
"description": "Precondition Failed: The precondition for this operation was not met."
5032+
},
49285033
"422": {
49295034
"content": {
49305035
"application/json": {
@@ -5053,6 +5158,21 @@
50535158
},
50545159
"description": "Not found: The requested resource was not found."
50555160
},
5161+
"412": {
5162+
"content": {
5163+
"application/json": {
5164+
"examples": {
5165+
"preconditionFailedError": {
5166+
"$ref": "#/components/examples/failedPreconditionError"
5167+
}
5168+
},
5169+
"schema": {
5170+
"$ref": "#/components/schemas/Error"
5171+
}
5172+
}
5173+
},
5174+
"description": "Precondition Failed: The precondition for this operation was not met."
5175+
},
50565176
"422": {
50575177
"content": {
50585178
"application/json": {
@@ -5179,6 +5299,21 @@
51795299
},
51805300
"description": "Not found: The requested resource was not found."
51815301
},
5302+
"412": {
5303+
"content": {
5304+
"application/json": {
5305+
"examples": {
5306+
"preconditionFailedError": {
5307+
"$ref": "#/components/examples/failedPreconditionError"
5308+
}
5309+
},
5310+
"schema": {
5311+
"$ref": "#/components/schemas/Error"
5312+
}
5313+
}
5314+
},
5315+
"description": "Precondition Failed: The precondition for this operation was not met."
5316+
},
51825317
"422": {
51835318
"content": {
51845319
"application/json": {

0 commit comments

Comments
 (0)