Skip to content
Settings

EntityPatchRequest

Schema definition for EntityPatchRequest

EntityPatchRequest

patchFormatPatchFormatrequired
payloadEntityPatchPayloadrequired
Data payload containing the entity id and patch.
transactionTimeoutMsinteger
Indicates the timeout of transaction for transactional save.

This schema defines the structure and validation rules for EntityPatchRequest.

  • patchFormat (object, required):
  • payload (object, required): Data payload containing the entity id and patch.
  • transactionTimeoutMs (integer): Indicates the timeout of transaction for transactional save.

See other schemas in the entity category.