Skip to main content
PUT
/
column
/
reorder
/
{projectId}
cURL
curl --request PUT \
  --url https://cloud.kaneo.app/api/column/reorder/{projectId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "columns": [
    {
      "id": "<string>",
      "position": 123
    }
  ]
}
'

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

projectId
string
required

Body

application/json
columns
object[]
required

Response

200 - application/json

Columns reordered successfully