Task Status Controller

Transfer tasks from one status to another

post/task-status/transfer

Request body

fromStatusIdnumber required

Source task status ID (tasks with this status will be transferred)

toStatusIdnumber required

Target task status ID (tasks will be transferred to this status)

Example request

{
  "fromStatusId": 1,
  "toStatusId": 2
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.