openapi_responses: Fix get_user_groups.

This commit is contained in:
orientor
2020-05-27 17:41:41 +05:30
committed by Tim Abbott
parent 60fa848aea
commit b9c31942b5

View File

@@ -3410,6 +3410,25 @@ paths:
type: array
items:
type: object
properties:
description:
type: string
description: |
The human-readable description of the user group.
id:
type: integer
description: |
The user group's integer id.
members:
type: array
description: |
The integer User IDs of the user group members.
items:
type: integer
name:
type: string
description: |
User group name.
description: |
A list of `user_group` objects, which contain a `description`, a `name`,
their `id` and the list of members of the user group.