Skip to content

Commit

Permalink
docs: fixed example doc for delete_schedule (#721)
Browse files Browse the repository at this point in the history
Fix for example doc for delete_schedule

Fixing the body JSON example for Delete Schedule.
Updating the wrong property "name" to correct property "schedule".

Signed-off-by: dmatik <dmatik@gmail.com>
  • Loading branch information
dmatik authored Oct 11, 2024
1 parent ede0ceb commit 9a70c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ paths:
schedule:
type: string
example:
name: "7"
schedule: "7"
responses:
"200":
description: An empty JSON object
Expand Down

0 comments on commit 9a70c7b

Please sign in to comment.