Change documented method from put to post (#23347)

Automatic Merge
This commit is contained in:
Jason Parker 2023-05-26 02:04:28 -05:00 committed by GitHub
parent b72043727a
commit 77a1e6cae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -836,7 +836,7 @@ paths:
$ref: "#/components/responses/500" $ref: "#/components/responses/500"
/plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/add: /plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/add:
put: post:
summary: Add an item to a playbook run's checklist 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. 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 operationId: addChecklistItem