PlaybookRuns
Set a property value for a playbook run
put/plugins/playbooks/api/v0/runs/{id}/property_fields/{field_id}/value
Path parameters
idstring required
Example:mx3xyzdojfgyfdx8sc8of1gdme
ID of the playbook run to set property value for.
field_idstring required
Example:p7fj3k2l5m8n9q1r4s6t8v0w2x
ID of the property field to set value for.
Request body
Example request
{
"value": "\"High Priority Issue\""
}Response
Property value set successfully.
Example response
{
"id": "v8z9a1b2c3d4e5f6g7h8i9j0k1l",
"field_id": "p7fj3k2l5m8n9q1r4s6t8v0w2x",
"value": "\"High Priority\"",
"create_at": 1602235338837,
"update_at": 1602235338837
}