English
Automatically fill a cell in a specific record and field
cURL
curl --request POST \ --url https://app.teable.io/api/table/%7BtableId%7D/record/%7BrecordId%7D/%7BfieldId%7D/auto-fill \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "status": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the updated record status
The response is of type object.
object