Tagging objects in Trackstar
"tag1"
{"tag1": "value1"}
PUT
request to /wms/{object_type}/{object_id}/trackstar-tags
. The request body include a list of tags to add to the object.
Note, because this is a PUT
request, the tags will be replaced with the new list.
trackstar_tags
field of the object’s response from any GET
request.