Attach one or more tags to sources, transformations, destinations, and other catalog resources.
names — any name that does not yet exist in your organization is created on the fly, and any name that already exists is reused. Every resource list in the request body is then attached to every tag in names.
This makes it possible to tag a single resource, apply several tags to a single resource, or apply tags to many resources in a single call.
| Parameter | Type | Required | Description |
|---|---|---|---|
names | array of strings | Yes | Tag names to attach. Tags that don’t exist are created automatically. |
sources | array of UUIDs | No | Source IDs to tag. |
transformations | array of UUIDs | No | Transformation IDs to tag (covers queries, notebooks, and histories). |
destinations | array of UUIDs | No | Destination IDs to tag. |
visualizations | array of UUIDs | No | Visualization IDs to tag. |
layers | array of UUIDs | No | Layer IDs to tag. |
folders | array of UUIDs | No | Folder IDs to tag. |
tables | array of UUIDs | No | Table IDs to tag. |
volumes | array of UUIDs | No | Volume IDs to tag. |
names but missing from the organization are created before the attachment happens.names is attached to every ID listed in the resource arrays.
API Key authentication. Format: 'x-api-key: api_key'
255