Skip to main content
PUT
Star or unstar a table

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 starring or unstarring a table.

is_favorite
boolean
required

Whether this user wants the table starred.

Response

Successful Response

One user's relationship with one table.

Per-USER, unlike the column display preferences below: two people in the same organisation are meant to disagree about what they have starred.

is_favorite
boolean
required

Whether this user starred the table.

last_viewed_at
string<date-time> | null
required

When this user last opened the table; null means never.