v7

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-232149157.3 KB
Data
Object Records

post/data/v1/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

dataUObjectsURecordAttributes required

Attribute key-value pairs associated with an object record.

Response

Response for a successful create operation.

status'success' required