Skip to content

Commit aa3bb39

Browse files
OAS Update
1 parent 3c920c1 commit aa3bb39

File tree

2 files changed

+0
-96
lines changed

2 files changed

+0
-96
lines changed

services/mongodb-flex/v1/mongodb-flex.json

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,59 +1012,6 @@
10121012
},
10131013
"openapi": "3.0.1",
10141014
"paths": {
1015-
"/v1/projects/{projectId}": {
1016-
"delete": {
1017-
"description": "removes all instances inside project",
1018-
"operationId": "DisableService",
1019-
"parameters": [
1020-
{
1021-
"description": "project id",
1022-
"explode": false,
1023-
"in": "path",
1024-
"name": "projectId",
1025-
"required": true,
1026-
"schema": {
1027-
"type": "string"
1028-
},
1029-
"style": "simple"
1030-
}
1031-
],
1032-
"responses": {
1033-
"200": {
1034-
"description": "OK"
1035-
},
1036-
"202": {
1037-
"description": "Accepted"
1038-
},
1039-
"409": {
1040-
"content": {
1041-
"*/*": {
1042-
"schema": {
1043-
"$ref": "#/components/schemas/Error"
1044-
}
1045-
}
1046-
},
1047-
"description": "Conflict"
1048-
},
1049-
"500": {
1050-
"content": {
1051-
"*/*": {
1052-
"schema": {
1053-
"$ref": "#/components/schemas/Error"
1054-
}
1055-
}
1056-
},
1057-
"description": "Internal Server Error"
1058-
}
1059-
},
1060-
"security": [
1061-
{
1062-
"BearerAuth": []
1063-
}
1064-
],
1065-
"summary": "Delete project"
1066-
}
1067-
},
10681015
"/v1/projects/{projectId}/flavors": {
10691016
"get": {
10701017
"description": "returns all possible flavors",

services/sqlserverflex/v1/sqlserverflex.json

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -993,49 +993,6 @@
993993
},
994994
"openapi": "3.0.1",
995995
"paths": {
996-
"/v1/projects/{projectId}": {
997-
"delete": {
998-
"description": "Termination is the deletion of a whole project which causes the deletion of all instances for this project. Only System with permission system.databases-project.remove is able to call this resource",
999-
"operationId": "TerminateProject",
1000-
"parameters": [
1001-
{
1002-
"description": "Project ID",
1003-
"explode": false,
1004-
"in": "path",
1005-
"name": "projectId",
1006-
"required": true,
1007-
"schema": {
1008-
"type": "string"
1009-
},
1010-
"style": "simple"
1011-
}
1012-
],
1013-
"responses": {
1014-
"202": {
1015-
"description": "Accepted"
1016-
},
1017-
"405": {
1018-
"description": "Method Not Allowed"
1019-
},
1020-
"500": {
1021-
"content": {
1022-
"application/json": {
1023-
"schema": {
1024-
"$ref": "#/components/schemas/instance.Error"
1025-
}
1026-
}
1027-
},
1028-
"description": "Internal Server Error"
1029-
}
1030-
},
1031-
"security": [
1032-
{
1033-
"BearerAuth": []
1034-
}
1035-
],
1036-
"summary": "Terminate the Project"
1037-
}
1038-
},
1039996
"/v1/projects/{projectId}/flavors": {
1040997
"get": {
1041998
"description": "Get available flavors for a specific projectID",

0 commit comments

Comments
 (0)