PATCH
/
base
/
{baseId}
/
authority-matrix-role-table
/
{tableId}
/
status
curl --request PATCH \
  --url https://app.teable.cn/api/base/%7BbaseId%7D/authority-matrix-role-table/%7BtableId%7D/status \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"authorityMatrixRoleId":"string","enabled":true}'
{
  "tableId": "<string>",
  "authorityMatrixRoleId": "<string>",
  "enabledTime": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required
tableId
string
required

Body

application/json
authorityMatrixRoleId
string
required
enabled
boolean
required

Response

200 - application/json
Successful response
tableId
string
required
authorityMatrixRoleId
string
required
enabledTime
string