v1
latestOpenAPI 3.1.02026-07-2643134183.4 KBObject Records
patch/objects/{object_name}/records/{record_id}
Path parameters
object_namestring required
record_idstring 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
Response
Response for a successful update operation.