For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Authorization

string

Content-Type

string

application/vnd.api+json

Request

{
  "data": [
    {
      "type": "asset_tags",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    {
      "type": "asset_tags",
      "id": "aaa85f64-5717-4562-b3fc-2c963f66afa6"
    }
  ]
}

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