Macros
Update Macro
Allowed For
- Agents
put/api/v2/macros/{macro_id}
Request body
Response
OK
Example response
{
"macro": {
"actions": [],
"active": true,
"description": "Sets the ticket status to `solved`",
"id": 25,
"position": 42,
"restriction": {
"id": 4,
"type": "User"
},
"title": "Close and Save"
}
}