跳转到主要内容
POST
/
table
/
{tableId}
/
record
/
{recordId}
/
{fieldId}
/
auto-fill
Auto-fill a cell by AI
curl --request POST \
  --url http://127.0.0.1:3000/api/table/{tableId}/record/{recordId}/{fieldId}/auto-fill \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

tableId
string
required
recordId
string
required
fieldId
string
required

Response

200 - application/json

Returns the updated record status

status
string
required