Skip to main content
POST
/
api
/
plan
/
{boardId}
/
reorder
Replaces the item ordering within a cycle.
curl --request POST \
  --url https://{tenant}.ekso.app/api/plan/{boardId}/reorder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cycleId": "<string>",
  "itemIds": [
    "<string>"
  ]
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

boardId
string
required

Body

cycleId
string
itemIds
string[]

Response

OK

success
boolean