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

Path Parameters

asset_id
string
required

The id of the asset to add tags to

Body

application/json

Response

200
application/json

True if all tags were added. False if operation failed.

The response is of type boolean.