简体中文
Refresh view share id
cURL
curl --request POST \ --url https://app.teable.cn/api/table/%7BtableId%7D/view/%7BviewId%7D/refresh-share-id \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "shareId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns successfully refreshed view share id
The response is of type object.
object