Skip to content

Commit 3c920c1

Browse files
OAS Update
1 parent fcc8154 commit 3c920c1

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

services/postgres-flex/v1/postgres-flex.json

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -918,59 +918,6 @@
918918
},
919919
"openapi": "3.0.1",
920920
"paths": {
921-
"/v1/projects/{projectId}": {
922-
"delete": {
923-
"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",
924-
"operationId": "DisableService",
925-
"parameters": [
926-
{
927-
"description": "Project ID",
928-
"explode": false,
929-
"in": "path",
930-
"name": "projectId",
931-
"required": true,
932-
"schema": {
933-
"type": "string"
934-
},
935-
"style": "simple"
936-
}
937-
],
938-
"responses": {
939-
"200": {
940-
"description": "OK"
941-
},
942-
"400": {
943-
"content": {
944-
"application/json": {
945-
"schema": {
946-
"$ref": "#/components/schemas/Error"
947-
}
948-
}
949-
},
950-
"description": "Bad Request"
951-
},
952-
"405": {
953-
"description": "Method Not Allowed"
954-
},
955-
"500": {
956-
"content": {
957-
"application/json": {
958-
"schema": {
959-
"$ref": "#/components/schemas/Error"
960-
}
961-
}
962-
},
963-
"description": "Internal Server Error"
964-
}
965-
},
966-
"security": [
967-
{
968-
"BearerAuth": []
969-
}
970-
],
971-
"summary": "Terminate the Project"
972-
}
973-
},
974921
"/v1/projects/{projectId}/flavors": {
975922
"get": {
976923
"description": "Get available flavors for a specific projectID",

0 commit comments

Comments
 (0)