v1

latestOpenAPI 3.1.02026-07-2643134183.4 KB
Object Records

post/objects/{object_name}/records

Path parameters

object_namestring required

Query parameters

validation_mode'strict' | 'ignore_invalid'

Validation mode to use when validating request data.

strict validation will fail requests if any attribute fails validation, including unrecognized attributes.

ignore_invalid validation will strip out unknown attributes and replace known, non-required attributes with undefined if they fail validation. The request will still fail if the request body does not contain the proper structure or if any required attributes fail validation.

Request body

dataobject required

The attribute values for the new record.

All required attributes on the object must be included.

Response

Response for a successful create operation.

status'success' required