Tag an Asset

PUT https://{{API_URL}}/assets/:id/tags

Update a single asset by ID with given tags or tag. Supports either an array of tags, each tag wrapped in single or double quotes, or a single string with a comma separator.

Request Body

{"asset"=>{"tags"=>["tcg", "123"]}}