Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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 } ] } '
{}
Reorder columns in a project
Bearer token authentication
Show child attributes
Columns reordered successfully
The response is of type object.
object
Was this page helpful?