···220220 // required: true
221221 // - name: username
222222 // in: path
223223- // description: username of the user to add to the quota group
223223+ // description: username of the user to remove from the quota group
224224 // type: string
225225 // required: true
226226 // responses:
···255255 // parameters:
256256 // - name: username
257257 // in: path
258258- // description: username of the user to add to the quota group
258258+ // description: username of the user to modify the quota groups from
259259 // type: string
260260 // required: true
261261 // - name: groups
262262 // in: body
263263- // description: quota group to remove a user from
263263+ // description: list of groups that the user should be a member of
264264 // schema:
265265 // "$ref": "#/definitions/SetUserQuotaGroupsOptions"
266266 // required: true
···405405 // parameters:
406406 // - name: quotagroup
407407 // in: path
408408- // description: quota group to add a rule to
408408+ // description: quota group to remove a rule from
409409 // type: string
410410 // required: true
411411 // - name: quotarule
+4-4
templates/swagger/v1_json.tmpl
···670670 "parameters": [
671671 {
672672 "type": "string",
673673- "description": "quota group to add a rule to",
673673+ "description": "quota group to remove a rule from",
674674 "name": "quotagroup",
675675 "in": "path",
676676 "required": true
···800800 },
801801 {
802802 "type": "string",
803803- "description": "username of the user to add to the quota group",
803803+ "description": "username of the user to remove from the quota group",
804804 "name": "username",
805805 "in": "path",
806806 "required": true
···14651465 "parameters": [
14661466 {
14671467 "type": "string",
14681468- "description": "username of the user to add to the quota group",
14681468+ "description": "username of the user to modify the quota groups from",
14691469 "name": "username",
14701470 "in": "path",
14711471 "required": true
14721472 },
14731473 {
14741474- "description": "quota group to remove a user from",
14741474+ "description": "list of groups that the user should be a member of",
14751475 "name": "groups",
14761476 "in": "body",
14771477 "required": true,