Skip to content

Commit 3d66a77

Browse files
committed
feat(tasks): fix method for task enable/disable status
1 parent a3bdb31 commit 3d66a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/ingestion/paths/tasks/disableTask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
post:
1+
put:
22
tags:
33
- tasks
44
summary: Disable a task.

specs/ingestion/paths/tasks/enableTask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
post:
1+
put:
22
tags:
33
- tasks
44
summary: Enable a task.

0 commit comments

Comments
 (0)