POST
/
api
/
database
/
records
/
{tableName}
[]

Authorizations

Authorization
string
header
required

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

Headers

Prefer
enum<string>

Include to return created records in response (otherwise returns empty array)

Available options:
return=representation

Path Parameters

tableName
string
required

Name of the table

Body

application/json · object[]

The body is of type object[].

Response

201
application/json

Records created

The response is of type object[].