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.
I'm trying to update it in Postman
What am i doing wrong?
The text was updated successfully, but these errors were encountered:
auglotov
changed the title
Update summary of Playbook run
Update summary of Playbook run via API
Jul 31, 2023
For what I can see, there's nothing in the API reference regarding the possiblity to update the Summary or to define it when creating a new playbook run.
For what I can see, there's nothing in the API reference regarding the possiblity to update the Summary or to define it when creating a new playbook run.
I think it would be very helpful.
Hi
I can define it when creating a new playbook run? but can't do it? when try to update a playbook run
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?
The text was updated successfully, but these errors were encountered: