PUT
/
assets
/
{asset_id}
/
tags
{
    "tags": [
    "string"
    ]
}
true

Path Parameters

asset_id
string
required

The id of the asset to add tags to

Body

application/json
tags
string[]
required

The tags to add on to the existing tags of the asset

Response

200 - application/json

The response is of type boolean.