PUT
/
pin
/
order
curl --request PUT \
  --url https://app.teable.io/api/pin/order \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"id":"string","type":"space","anchorId":"string","anchorType":"space","position":"before"}'

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string
required
type
enum<string>
required
Available options:
space,
base
anchorId
string
required
anchorType
enum<string>
required
Available options:
space,
base
position
enum<string>
required
Available options:
before,
after