Skip to content

Commit 6039ff3

Browse files
committed
updates oas
1 parent a9bf645 commit 6039ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/specs/web-server/_trash.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ def untrash_folder(
110110
},
111111
)
112112
def trash_workspace(
113-
_p: Annotated[WorkspacesPathParams, Depends()],
114-
_q: Annotated[RemoveQueryParams, Depends()],
113+
_path: Annotated[WorkspacesPathParams, Depends()],
114+
_query: Annotated[RemoveQueryParams, Depends()],
115115
):
116116
...
117117

@@ -122,6 +122,6 @@ def trash_workspace(
122122
status_code=status.HTTP_204_NO_CONTENT,
123123
)
124124
def untrash_workspace(
125-
_p: Annotated[WorkspacesPathParams, Depends()],
125+
_path: Annotated[WorkspacesPathParams, Depends()],
126126
):
127127
...

0 commit comments

Comments
 (0)