简体中文
Enable view share
cURL
curl --request POST \ --url https://app.teable.cn/api/table/%7BtableId%7D/view/%7BviewId%7D/enable-share \ --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 enable view share
The response is of type object.
object