mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
update v2.json
This commit is contained in:
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user