Skip to content

Commit e2d205e

Browse files
open api specs
1 parent 470716f commit e2d205e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

api/specs/web-server/_folders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def delete_folder(
109109
"/folders/{folder_id}/workspaces/{workspace_id}",
110110
status_code=status.HTTP_204_NO_CONTENT,
111111
summary="Move folder to the workspace",
112-
tags=["folders", "workspaces"],
112+
tags=["workspaces"],
113113
)
114114
async def replace_folder_workspace(
115115
_path: Annotated[_FolderWorkspacesPathParams, Depends()],

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2948,7 +2948,6 @@ paths:
29482948
put:
29492949
tags:
29502950
- folders
2951-
- folders
29522951
- workspaces
29532952
summary: Move folder to the workspace
29542953
operationId: replace_folder_workspace

0 commit comments

Comments
 (0)