Skip to content
Snippets Groups Projects
Commit 7083764a authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Update openAPI schema

parent 75fd32e6
No related branches found
No related tags found
No related merge requests found
......@@ -451,3 +451,16 @@ paths:
post:
operationId: CreateGroup
description: Create a new group. The request user will be added as a member of this group.
/api/v1/group/{id}/:
patch:
description: >-
Partially update details of a group.
Requires to have `admin` privileges on this group.
put:
description: >-
Update details of a group.
Requires to have `admin` privileges on this group.
delete:
description: >-
Delete a group.
Requires to have `admin` privileges on this group.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment