From 77a1e6cae9011f115eb331a6f27354b9aa7a8671 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Fri, 26 May 2023 02:04:28 -0500 Subject: [PATCH] Change documented method from put to post (#23347) Automatic Merge --- server/playbooks/server/api/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/playbooks/server/api/api.yaml b/server/playbooks/server/api/api.yaml index bed383530c..ab80721e5c 100644 --- a/server/playbooks/server/api/api.yaml +++ b/server/playbooks/server/api/api.yaml @@ -836,7 +836,7 @@ paths: $ref: "#/components/responses/500" /plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/add: - put: + post: summary: Add an item to a playbook run's checklist description: The most common pattern to add a new item is to only send its title as the request payload. By default, it is an open item, with no assignee and no slash command. operationId: addChecklistItem