Skip to content

Commit eeac709

Browse files
OAS Update
1 parent 9ab112b commit eeac709

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

services/sqlserverflex/v3beta2/sqlserverflex.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -455,25 +455,6 @@
455455
],
456456
"type": "object"
457457
},
458-
"GetFlavorsResponse": {
459-
"properties": {
460-
"flavors": {
461-
"description": "List of flavors available for the project.",
462-
"items": {
463-
"$ref": "#/components/schemas/ListFlavors"
464-
},
465-
"type": "array"
466-
},
467-
"pagination": {
468-
"$ref": "#/components/schemas/Pagination"
469-
}
470-
},
471-
"required": [
472-
"pagination",
473-
"flavors"
474-
],
475-
"type": "object"
476-
},
477458
"GetInstanceResponse": {
478459
"properties": {
479460
"backupSchedule": {
@@ -800,6 +781,25 @@
800781
],
801782
"type": "object"
802783
},
784+
"ListFlavorsResponse": {
785+
"properties": {
786+
"flavors": {
787+
"description": "List of flavors available for the project.",
788+
"items": {
789+
"$ref": "#/components/schemas/ListFlavors"
790+
},
791+
"type": "array"
792+
},
793+
"pagination": {
794+
"$ref": "#/components/schemas/Pagination"
795+
}
796+
},
797+
"required": [
798+
"pagination",
799+
"flavors"
800+
],
801+
"type": "object"
802+
},
803803
"ListInstance": {
804804
"properties": {
805805
"id": {
@@ -1943,7 +1943,7 @@
19431943
"/v3beta2/projects/{projectId}/regions/{region}/flavors": {
19441944
"get": {
19451945
"description": "Get all available flavors for a project.",
1946-
"operationId": "GetFlavors",
1946+
"operationId": "ListFlavors",
19471947
"parameters": [
19481948
{
19491949
"$ref": "#/components/parameters/project"
@@ -1966,7 +1966,7 @@
19661966
"content": {
19671967
"application/json": {
19681968
"schema": {
1969-
"$ref": "#/components/schemas/GetFlavorsResponse"
1969+
"$ref": "#/components/schemas/ListFlavorsResponse"
19701970
}
19711971
}
19721972
},

0 commit comments

Comments
 (0)