Skip to main content
POST
/
api
/
data
/
ui
/
v3
/
datasources
/
{datasetId}
/
tags
http
POST /api/data/ui/v3/datasources/{datasetId}/tags HTTP/1.1
Host: {instance}.domo.com
X-DOMO-Developer-Token: {token}
Content-Type: application/json

["tag1", "tag2"]

Documentation Index

Fetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token obtained from Domo

Path Parameters

datasetId
string
required

Body

application/json
Example:
["tag1", "tag2"]

Response

200

Tags created successfully