Note that the label of the first code is not maintained, if I consult the labels of the card, only the last two will be returned ( label_ids: ["307597207", "307597211"] ) .
I would just like to add the two labels and keep the old label. So the CARD would have the three labels ( label_ids: ["568589818", "307597207", "307597211"] )
Is there any way to just append labels to the CARD?
Best answer by julia-pinheiro
Hi!
To add a label rather than replace it, you would have to update a blank label field.
And, If the label field is already filled, when you update it by API will also replace the information.
With the currently listed official API documentation, the answer seems to be no, you first have to query the current card's labels and use the query you listed with all the label ids.