Add Tag to Asset
POST
/api/v2/assets/:asset_id/relationships/asset_tags
Path Parameters
Name
Type
Description
asset_id
string
Asset UUID
Headers
Name
Type
Description
Content-Type
string
application/vnd.api+json
Request
Attributes
Name
Type
Description
id
strings
Tag UUID
type
strings
asset_tags
Response
Example
POST
/api/v2/assets/:asset_id/relationships/asset_tags
Path Parameters
Name
Type
Description
asset_id
string
Asset UUID
Headers
Name
Type
Description
Authorization
string
Bearer token
Content-Type
string
application/vnd.api+json
Request Body
Name
Type
Description
id
string
Tag UUID
type
string
asset_tags
Response
Example
Last updated
Was this helpful?