Skip to main content
POST
Update a cell in AI table, without invoking the AI on it

Authorizations

Authorization
string
header
required

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

Path Parameters

ai_table_id
integer<int32>
required

The unique ID of the AI Table

ai_cell_id
integer<int32>
required

The unique ID of the cell

Body

application/json
response
string
required

User-submitted content for the cell

meta
Meta · object

Metadata, for internal use

Response

OK

ai_column_id
integer
required

The unique ID of the column the cell belongs to

document_id
integer
required

The unique ID of the Document associated with the cell

id
integer
required

The unique ID of the cell

meta
Meta · object
required

Metadata, for internal use

modified_at
string
required

Modification time, by UTC

response
string
required

The AI's response to the user based on the column query of this cell, or a user-submitted response

task_id
string
required

Task ID for internal use

task_status
string
required

AI task status for this cell