Skip to main content
PUT
Set a table's tags

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required

Body

application/json

Request body for replacing a table's tags.

tag_ids
string<uuid>[]
required

The tags the table should end up carrying. Replaces the whole set.

Response

Successful Response

Every tag the organisation has defined.

tags
TableTagSchema · object[]
required

The tags, alphabetical.