Skip to main content
POST
/
column
/
{projectId}
cURL
curl --request POST \
  --url https://cloud.kaneo.app/api/column/{projectId} \
  --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

projectId
string
required

Body

application/json
name
string
required
icon
string
color
string
isFinal
boolean

Response

200 - application/json

Column created successfully