Skip to main content
POST
/
projects
/
reorder
Reorder projects
curl --request POST \
  --url https://api.example.com/projects/reorder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ordered_ids": [
    "<string>"
  ],
  "orderedIds": [
    "<string>"
  ]
}
'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ordered_ids
string[]
required
orderedIds
string[]

Response

Projects reordered