PUT
/
cards
/
{cardPublicId}
/
labels
/
{labelPublicId}
curl --request PUT \
  --url https://kanbn.com/api/v1/cards/{cardPublicId}/labels/{labelPublicId} \
  --header 'Authorization: Bearer <token>'
{
  "newLabel": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardPublicId
string
required
Minimum length: 12
labelPublicId
string
required
Minimum length: 12

Response

200
application/json
Successful response
newLabel
boolean
required