Macros
Update Many Macros
Updates the provided macros with the specified changes.
Allowed For
- Agents
put/api/v2/macros/update_many
Request body
Response
Success Response
Example response
{
"macros": [
{
"actions": [],
"active": true,
"description": "Sets the ticket status to `solved`",
"id": 25,
"position": 42,
"restriction": {
"id": 4,
"type": "User"
},
"title": "Close and Save"
}
]
}