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/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "icon": "<string>", "color": "<string>", "isFinal": true } '
{}
Update a column
Bearer token authentication
Column updated successfully
The response is of type object.
object
Was this page helpful?