cURL
curl --request PUT \
--url https://app.teable.ai/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"}'pin
Put pinorder
Update pin order
PUT
/
pin
/
order
cURL
curl --request PUT \
--url https://app.teable.ai/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.
请求体
application/json
响应
200
Update pin order successfully
最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

