cURL
curl --request PUT \ --url https://api.mudstack.com/workspaces/assets/{asset_id}/tags/{tag_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "id": "<string>", "workspace_id": "<string>", "name": "<string>", "color": "<string>", "created_by_user_id": "<string>", "sequence": 123 }
Add a specific tag to a specific asset.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the asset
The ID of the tag
The tag added successfully
The response is of type object.
object
Was this page helpful?