POST
/
workspaces
/
assets
/
{asset_id}
/
tags
curl --request POST \
  --url https://api.mudstack.com/workspaces/assets/{asset_id}/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required
x-workspace-id
string
required

Path Parameters

asset_id
string
required

The ID of the asset

Query Parameters

tag_ids
string[]
required

An array of tag IDs to add to the asset

Response

201

Tags added successfully