Skip to main content
POST
/
tickets
/
board
/
reorder
Reorder tickets across statuses
curl --request POST \
  --url https://app.dilli.studio/api/v1/tickets/board/reorder \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "statuses": [
    {
      "id": "<string>",
      "tickets": [
        {
          "id": "<string>"
        }
      ]
    }
  ]
}
'
Use the API Playground below to send this request with your X-Api-Key. The base URL and headers are prefilled; update any path, query, or body fields and click Send.

Authorizations

X-Api-Key
string
header
required

Body

application/json
statuses
object[]

Response

200

OK