POST
/
datasets
/
{dataset_id}
/
tags
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

API Key authentication. Provide the key in the 'Authorization' header as 'Bearer {API_KEY}'.

Path Parameters

dataset_id
string<uuid>
required

The ID of the dataset.

Response

200 - application/json

A list of tags bound to the dataset.

The response is of type object.