UpdateClientTagLabelDto
label object
Multilingual label for the tag
nlstring
Dutch label
Example:
Industrie
enstring
English label
Example:
Industry
destring
German label
Example:
Branche
UpdateClientTagLabelDto
{
"label": {
"nl": "Industrie",
"en": "Industry",
"de": "Branche"
}
}