aboutsummaryrefslogtreecommitdiff
path: root/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'swagger.json')
-rw-r--r--swagger.json22
1 files changed, 3 insertions, 19 deletions
diff --git a/swagger.json b/swagger.json
index 229296c1a..24da5e8cd 100644
--- a/swagger.json
+++ b/swagger.json
@@ -764,15 +764,9 @@
"required": true
},
"responses": {
- "200": {
- "description": "OK",
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/Permission"
- }
- }
- }
+ "204": {
+ "description": "No Content",
+ "content": {}
},
"400": {
"description": "No permission",
@@ -786,16 +780,6 @@
"tags": [
"Permissions"
],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/Permission"
- }
- }
- },
- "required": true
- },
"responses": {
"204": {
"description": "No Content",