Create a document in a table.

Beta

Authentication

AuthorizationBearer

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

Path parameters

collection_idstringRequired
table_idstringRequired

Query parameters

job_idstring or nullOptional

The job id responsible for the document creation/update

sync_idstring or nullOptional

The sync id the job belongs to thats responsible for the document creation/update

await_completionbooleanOptionalDefaults to true

Whether to wait for document creation/update to complete

modeenumOptionalDefaults to merge
Allowed values:

Request

This endpoint expects a map from strings to booleans or maps from strings to any or doubles or integers or strings or a map from strings to nullable booleans or maps from strings to any or doubles or integers or strings or a list of maps from strings to booleans or maps from strings to any or doubles or integers or strings or a list of maps from strings to nullable booleans or maps from strings to any or doubles or integers or strings or lists of any.
map from strings to booleans or maps from strings to any or doubles or integers or stringsRequired
OR
map from strings to nullable booleans or maps from strings to any or doubles or integers or stringsRequired
OR
list of maps from strings to booleans or maps from strings to any or doubles or integers or stringsRequired
OR
list of maps from strings to nullable booleans or maps from strings to any or doubles or integers or strings or lists of anyRequired

Response

Successful Response
datalist of objects
statusstring or null

Errors