You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/postgres-flex/v1/postgres-flex.json
-53Lines changed: 0 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -918,59 +918,6 @@
918
918
},
919
919
"openapi": "3.0.1",
920
920
"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
-
},
974
921
"/v1/projects/{projectId}/flavors": {
975
922
"get": {
976
923
"description": "Get available flavors for a specific projectID",
0 commit comments