fix(api): Correct descriptions for quota calls
This commit is contained in:
parent
4132b18e59
commit
e330c88411
2 changed files with 8 additions and 8 deletions
8
templates/swagger/v1_json.tmpl
generated
8
templates/swagger/v1_json.tmpl
generated
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue