跳转到主要内容
PATCH
/
base
/
{baseId}
/
authority-matrix-role
/
{authorityMatrixRoleId}
/
description
cURL
curl --request PATCH \
  --url https://app.teable.ai/api/base/%7BbaseId%7D/authority-matrix-role/%7BauthorityMatrixRoleId%7D/description \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"description":"string"}'
{
  "id": "<string>",
  "description": "<string>"
}

授权

Authorization
string
header
必填

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

路径参数

baseId
string
必填
authorityMatrixRole
string
必填

请求体

application/json
description
string

响应

200 - application/json

Successful response

id
string
必填
description
string
Last modified on March 5, 2026