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
}
]
}
'Reorder columns in a project
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
}
]
}
'