v1

latestOpenAPI 3.1.02026-08-0643268.9 KB

Assign actions

Set assignee for a list of actions.

put/action/assignee

Request body

action_idsstring[]
assigneestring

The email of the user to assign the actions to.

Example request

{
  "action_ids": [
    "ea49707f023f48d64a7a817a2e7a5ff4277281a8f8ac1848ccac407967d9d2ce"
  ]
}

Response

Assignee was updated for all requested actions.

successboolean

Defines if the operation was successful.

affectedActionsCountnumber

The number of assigned actions.

Example response

{
  "affectedActionsCount": 4
}