Skip to content

Commit 699fff2

Browse files
authored
fix(specs): fix method for task enable/disable status (#1242)
1 parent a3bdb31 commit 699fff2

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)