Skip to content

Commit

Permalink
fix(specs): fix method for task enable/disable status (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Jan 17, 2023
1 parent a3bdb31 commit 699fff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs/ingestion/paths/tasks/disableTask.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
post:
put:
tags:
- tasks
summary: Disable a task.
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/tasks/enableTask.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
post:
put:
tags:
- tasks
summary: Enable a task.
Expand Down

0 comments on commit 699fff2

Please sign in to comment.