update v2.json

This commit is contained in:
2024-01-30 10:17:51 -05:00
parent 2c927cfac7
commit fb1640f71c
+7 -21
View File
@@ -898,8 +898,7 @@
"summary": "Return project's permissions", "summary": "Return project's permissions",
"description": "Return project's permissions", "description": "Return project's permissions",
"tags": [ "tags": [
"Project", "Project"
"Permissions"
], ],
"operationId": "listProjectPermissions", "operationId": "listProjectPermissions",
"responses": { "responses": {
@@ -922,8 +921,7 @@
"summary": "Grant project permission to the user", "summary": "Grant project permission to the user",
"description": "Grant project permission to the user", "description": "Grant project permission to the user",
"tags": [ "tags": [
"Project", "Project"
"Permissions"
], ],
"operationId": "grantPermissionToProject", "operationId": "grantPermissionToProject",
"requestBody": { "requestBody": {
@@ -976,8 +974,7 @@
"summary": "Revoke permission from the user", "summary": "Revoke permission from the user",
"description": "Revoke permission from the user", "description": "Revoke permission from the user",
"tags": [ "tags": [
"Project", "Project"
"Permissions"
], ],
"operationId": "revokePermissionFromProject", "operationId": "revokePermissionFromProject",
"responses": { "responses": {
@@ -5028,7 +5025,10 @@
"free", "free",
"pro", "pro",
"direct_sales", "direct_sales",
"aws_marketplace" "aws_marketplace",
"free_v2",
"launch",
"scale"
] ]
}, },
"Database": { "Database": {
@@ -5401,13 +5401,6 @@
} }
} }
}, },
"SubscriptionDowngradeNewType": {
"type": "string",
"enum": [
"free",
"free_v2"
]
},
"GeneralError": { "GeneralError": {
"type": "object", "type": "object",
"description": "General Error", "description": "General Error",
@@ -5476,13 +5469,6 @@
"high", "high",
"critical" "critical"
] ]
},
"SubscriptionUpgradeNewType": {
"type": "string",
"enum": [
"launch",
"scale"
]
} }
} }
} }