diff options
-rw-r--r-- | swagger.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/swagger.json b/swagger.json index 24da5e8cd..6c1e21d28 100644 --- a/swagger.json +++ b/swagger.json @@ -780,6 +780,16 @@ "tags": [ "Permissions" ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Permission" + } + } + }, + "required": true + }, "responses": { "204": { "description": "No Content", |