Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/paths/group@getData@{id}.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
get:
operationId: groupGetUsersInGroup
tags: [user]
tags: [group]
summary: Get all users belonging to a group
description: |
This will provide a list of the users that belong to the specified group. This endpoint is only available to superusers.
Expand Down
6 changes: 3 additions & 3 deletions openapi/paths/user@{id}@groupMembership@{groupId}.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ get:

post:
operationId: userGroupMembershipPost
tags: [ user ]
tags: [ group ]
summary: Add user to a group
description: |
This will add a user as a member into a group. This membership must not already exist. You will need to provide all the settings for the membership. This endpoint is only available for superusers.
Expand Down Expand Up @@ -54,8 +54,8 @@ patch:

delete:
operationId: userGroupMembershipDelete
tags: [user]
summary: Remove this user from a group
tags: [group]
summary: Remove a user from a group
description: |
This will remove the relationship between a user and a group, it will also remove any settings related to that group membership. The endpoint is only available for superusers.
responses:
Expand Down