Skip to content

Commit

Permalink
operation ids
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Dec 23, 2023
1 parent 3ce2e3a commit eb06203
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
put:
operationId: updateOrganizationGroup
summary: Edit a Group in an organization
parameters:
- name: organization_id
Expand Down Expand Up @@ -68,6 +69,7 @@ put:
"404":
description: Invalid group ID
delete:
operationId: deleteOrganizationGroup
summary: Deletes a group from the specified organization
parameters:
- name: organization_id
Expand All @@ -88,6 +90,7 @@ delete:
"404":
description: Invalid group ID
patch:
operationId: patchOrganizationGroup
summary: Patches a Group in an organization. Patches are applied individually.
parameters:
- name: organization_id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
post:
operationId: createOrganizationWorkspace
parameters:
- name: organization_id
in: path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
get:
operationId: getOrganizationWorkspaceGroups
summary: Returns list of groups in a workspace within an organization
parameters:
- name: organization_id
Expand Down
2 changes: 2 additions & 0 deletions track/routes/workspaces/{workspace_id}/project_groups.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
get:
operationId: getWorkspaceProjectGroups
summary: Get project groups for given workspace
parameters:
- name: workspace_id
Expand Down Expand Up @@ -35,6 +36,7 @@ get:
"500":
description: Internal Server Error
post:
operationId: addWorkspaceProjectGroup
summary: Adds group to project for given workspace
parameters:
- name: workspace_id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
delete:
operationId: deleteWorkspaceProjectGroup
summary: Remove project group for a given workspace
parameters:
- name: workspace_id
Expand Down

0 comments on commit eb06203

Please sign in to comment.