Merge pull request 'fix(api): Clarify and correct descriptions for quota calls' (#4945) from fnetx/quota-api-language into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4945
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
Otto 2024-08-13 15:37:53 +00:00
commit 69eb8f32cb
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,