Skip to content

Commit

Permalink
fix ws endpoint summary
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Feb 12, 2024
1 parent 6d26aad commit d2d5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/operandi_server/routers/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self):
endpoint=self.download_workspace,
methods=["GET"],
status_code=status.HTTP_200_OK,
summary="Get a list of existing workspaces.",
summary="Download an existing workspace zip identified with `workspace_id`.",
response_model=None,
response_model_exclude_unset=True,
response_model_exclude_none=True
Expand Down

0 comments on commit d2d5a20

Please sign in to comment.