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

countinteger

the total record count

next_pagestring url nullable

the URL of the next page

previous_pagestring url nullable

the URL of the previous page

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"
    }
  ]
}

Changes