v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
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