Skip to content

Commit

Permalink
docs(openapi): amend response description for file deletion (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-steduto committed Feb 26, 2024
1 parent 08ab9a3 commit cec186c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
],
"responses": {
"200": {
"description": "Requests succeeded. The file has been downloaded.",
"description": "Requests succeeded. Details about deleted files and failed deletions are returned.",
"schema": {
"type": "file"
}
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_controller/rest/workflows_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def delete_file(workflow_id_or_name, file_name): # noqa
responses:
200:
description: >-
Requests succeeded. The file has been downloaded.
Requests succeeded. Details about deleted files and failed deletions are returned.
schema:
type: file
404:
Expand Down

0 comments on commit cec186c

Please sign in to comment.