Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Dec 23, 2023
1 parent 7bc6306 commit 78de4fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
get:
operationId: getWorkspaceUsers
operationId: getWorkspaceWorkspaceUsers
summary: List of users who belong to given workspace
description: Returns any users who belong to the workspace directly or through at least one group.
parameters:
Expand Down Expand Up @@ -76,7 +76,7 @@ get:
"404":
description: Not Found
patch:
operationId: updateWorkspaceUsers
operationId: updateWorkspaceWorkspaceUsers
summary: Changes the users in a workspace
description: Changes the users in a workspace (currently deletion only)
parameters:
Expand Down
3 changes: 2 additions & 1 deletion track/routes/workspaces/{workspace_id}/users/{user_id}.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
put:
summary: Update workspace user
operationId: updateWorkspaceUser
summary: Update workspace user

parameters:
- name: workspace_id
in: path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
put:
operationId: updateWorkspaceWorkspaceUser
summary: Update workspace user
operationId: updateWorkspaceUser
parameters:
- name: workspace_id
in: path
Expand Down

0 comments on commit 78de4fa

Please sign in to comment.