Client

Create Records

Create one or more records. Request body MUST be an array.

post/api/database/records/{tableName}

Path parameters

tableNamestring required

Name of the table

Headers

Prefer'return=representation'

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

Request body

object[] required

Response

Records created

object[] required

Changes