Skip to main content
POST
SetPin

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string<uuid>

Id of the view to pin/unpin for the calling user.

pinned
boolean

Desired pin state: true to pin, false to unpin.

Response

200 - application/json

Success

The response is of type SetPinResponse · object.