You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
531 B
YAML

get:
tags:
- users
summary: Get group names that the user can invite
parameters:
- in: path
name: uid
schema:
type: integer
required: true
description: uid of the user to make the query for
example: 1
responses:
'200':
description: A collection of group names returned
content:
application/json:
schema:
type: array
items:
type: string
'401':
$ref: ../../../../components/responses/401.yaml#/401