Skip to content

Commit

Permalink
chore: update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Jan 13, 2025
1 parent f1cf7f6 commit 419e605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/specs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ paths:
type: string
responses:
"200":
description: Get change successfully.
description: Information about the change.
content:
application/json:
schema:
Expand Down Expand Up @@ -517,7 +517,7 @@ paths:
description: JSON payload for "make-dirs" or "remove" actions.
responses:
"200":
description: Post files successfully. The result in the response is a JSON array of the file result object containing path and (optional) errors.
description: Successful operation. The result in the response is a JSON array of the file result object containing path and (optional) errors.
content:
application/json:
schema:
Expand Down

0 comments on commit 419e605

Please sign in to comment.