post https://api.mediasilo.com/v3/assets//tags
Tag an asset
Log in to see full request history
Attaches a single or multiple tags to an asset.
Responses
Tag an asset
Attaches a single or multiple tags to an asset.
xxxxxxxxxx
13curl --request POST \
--url https://api.mediasilo.com/v3/assets/assetId/tags \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"tags": [
"[\"Tag1\"",
"\"Tag2\"",
"\"Tag3\"]"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: