Create a table in a collection.

Beta

Authentication

AuthorizationBearer

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

Path parameters

collection_idstringRequired

Request

This endpoint expects an object.
table_display_namestringOptionalDefaults to Untitled
table_img_urlstring or nullOptional
table_descriptionstring or nullOptional
schemalist of objects or nullOptional
icon_emojistring or nullOptional
icon_asset_urlstring or nullOptional
icon_fillstring or nullOptional
plural_namestring or nullOptional
table_idstring or nullOptional

Optional user-provided table ID. Must be a lowercase slug (a-z, 0-9, hyphens, underscores) between 3 and 63 characters. If omitted, an ID is auto-generated.

Response

Successful Response
dataobject or null

Errors

422
Unprocessable Entity Error