cURL
curl --request PATCH \ --url https://api.mentionlab.io/api/tags/{id} \ --header 'Content-Type: application/json' \ --header 'x-project-id: <x-project-id>' \ --data ' { "name": "feature", "color": "#3B82F6" } '
Project ID to specify the project context
Name of the tag
"feature"
Color of the tag in hex format
"#3B82F6"