fix(api): Correct descriptions for quota calls

This commit is contained in:
Otto Richter 2024-08-12 20:04:00 +02:00
parent 4132b18e59
commit e330c88411
2 changed files with 8 additions and 8 deletions

View file

@ -670,7 +670,7 @@
"parameters": [
{
"type": "string",
"description": "quota group to add a rule to",
"description": "quota group to remove a rule from",
"name": "quotagroup",
"in": "path",
"required": true
@ -800,7 +800,7 @@
},
{
"type": "string",
"description": "username of the user to add to the quota group",
"description": "username of the user to remove from the quota group",
"name": "username",
"in": "path",
"required": true
@ -1465,13 +1465,13 @@
"parameters": [
{
"type": "string",
"description": "username of the user to add to the quota group",
"description": "username of the user to modify the quota groups from",
"name": "username",
"in": "path",
"required": true
},
{
"description": "quota group to remove a user from",
"description": "list of groups that the user should be a member of",
"name": "groups",
"in": "body",
"required": true,