cURL
curl --request PUT \ --url https://kan.bn/api/v1/cards/{cardPublicId}/labels/{labelPublicId} \ --header 'Authorization: Bearer <token>'
{ "newLabel": true }
Adds or removes a label from a card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
Successful response
The response is of type object.
object