Playbooks
Reorder property fields for a playbook
post/plugins/playbooks/api/v0/playbooks/{id}/property_fields/reorder
Path parameters
idstring required
Example:iz0g457ikesz55dhxcfa0fk9yy
ID of the playbook.
Request body
Example request
{
"field_id": "p7fj3k2l5m8n9q1r4s6t8v0w2x",
"target_position": 3
}Response
Property fields reordered successfully.
Example response
[
{
"id": "p7fj3k2l5m8n9q1r4s6t8v0w2x",
"type": "select",
"name": "Priority",
"description": "Issue priority level",
"create_at": 1602235338837,
"update_at": 1602235338837,
"attrs": {
"visibility": "when_set",
"sortOrder": 1,
"options": [
{
"id": "opt1",
"name": "High",
"color": "#ff0000"
}
]
}
}
]