v7

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

post/data/v1/objects/{object_name}/records/upsert

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

matchUObjectsURecordAttributes required

Attribute key-value pairs associated with an object record.

createUObjectsURecordAttributes

Attribute key-value pairs associated with an object record.

updateUObjectsURecordAttributes

Attribute key-value pairs associated with an object record.

update_if_emptyUObjectsURecordAttributes

Attribute key-value pairs associated with an object record.

create_or_updateUObjectsURecordAttributes

Attribute key-value pairs associated with an object record.

create_or_update_if_emptyUObjectsURecordAttributes

Attribute key-value pairs associated with an object record.

Response

Response for a successful update operation.

status'success' required