Skip to main content
PUT
/
column
/
{id}
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
}
'

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

id
string
required

Body

application/json
name
string
icon
string | null
color
string | null
isFinal
boolean

Response

200 - application/json

Column updated successfully