Skip to main content
POST
/
tasks
/
reorder
Reorder tasks by ids array
curl --request POST \
  --url https://app.dilli.studio/api/v1/tasks/reorder \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "ids": [
    "<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
ids
string[]

Response

200

OK