Skip to content

Commit

Permalink
operationIds
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Dec 23, 2023
1 parent eb06203 commit 4071886
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
post:
operationId: acceptOrganizationInvitation
description: User connected with invitation is marked as joined, email is sent to the inviter.
parameters:
- in: path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
post:
operationId: rejectOrganizationInvitation
description: User connected with invitation is marked as deleted.
parameters:
- in: path
Expand Down
2 changes: 2 additions & 0 deletions track/routes/organizations/{organization_id}/groups.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
get:
operationId: getOrganizationGroups
summary: List of groups in organization with user and workspace assignments
parameters:
- name: organization_id
Expand Down Expand Up @@ -52,6 +53,7 @@ get:
"400":
description: Invalid Parameters
post:
operationId: createOrganizationGroup
summary: Create a Group in organization
parameters:
- name: organization_id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
post:
operationId: createOrganizationInvitation
description: Creates a new invitation for the user.
parameters:
- in: path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
put:
operationId: resendOrganizationInvitation
description: Resend invitation email to user.
parameters:
- in: path
Expand Down
2 changes: 2 additions & 0 deletions track/routes/organizations/{organization_id}/users.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
get:
operationId: getOrganizationUsers
description: "Returns list of users in organization based on set of url parameters: Result is paginated. Pagination params are returned in headers"
parameters:
- name: organization_id
Expand Down Expand Up @@ -120,6 +121,7 @@ get:
"500":
description: Internal Server Error
patch:
operationId: pathOrganizationUsers
description: Apply changes in bulk to users in an organization (currently deletion only).
parameters:
- name: organization_id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
put:
operationId: updateOrganizationUser
description: Changes a single organization-user.
parameters:
- name: organization_id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
get:
operationId: getOrganizationWorkspacesStatistics
description: Returns map indexed by workspace ID where each map element contains workspace admins list, members count and groups count.
responses:
"200":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
put:
operationId: updateWorkspaceAssignments
description: Assign or remove users to/from a workspace or to/from groups belonging to said workspace.
parameters:
- name: organization_id
Expand Down

0 comments on commit 4071886

Please sign in to comment.