简体中文
Update pin order
cURL
curl --request PUT \ --url https://app.teable.cn/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"}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Update pin order successfully