We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470716f commit e2d205eCopy full SHA for e2d205e
api/specs/web-server/_folders.py
@@ -109,7 +109,7 @@ async def delete_folder(
109
"/folders/{folder_id}/workspaces/{workspace_id}",
110
status_code=status.HTTP_204_NO_CONTENT,
111
summary="Move folder to the workspace",
112
- tags=["folders", "workspaces"],
+ tags=["workspaces"],
113
)
114
async def replace_folder_workspace(
115
_path: Annotated[_FolderWorkspacesPathParams, Depends()],
services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml
@@ -2948,7 +2948,6 @@ paths:
2948
put:
2949
tags:
2950
- folders
2951
- - folders
2952
- workspaces
2953
summary: Move folder to the workspace
2954
operationId: replace_folder_workspace
0 commit comments