You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can i update summary of playbook run?
The method PATCH /plugins/playbooks/api/v0/runs/{run_id} with payload "summary": "Example summary" is getting the answer 200 OK, but do nothing.
Hi.
How can i update summary of playbook run?
The method
PATCH /plugins/playbooks/api/v0/runs/{run_id}with payload"summary": "Example summary"is getting the answer200 OK, but do nothing.I'm trying to update it in Postman
What am i doing wrong?