cURL
curl --request PUT \ --url https://api.leanpay.fr/v1/public/client-properties/{clientPropertyId}/tags/{tagId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "color": "red" }
Create a new tag with a specified ID for a client property
The ID of the client property
The ID for the new tag
The label of the tag to create
1 - 80
Tag created successfully
red
orange
green
lightBlue
blue
purple
pink
brown
grey
yellow