Skip to main content
POST
Apply ops to a subject's record

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required
target_kind
string
required
target_name
string
required
kind
string
required
key
string
required

Response

Success.

data
ApplyResult · object
required

The outcome of an apply: whether it applied (a replayed op-id or an empty batch is False; a batch whose every op guard-skips still reports applied=True with the ops in skipped), the resulting data and seq when it did, and the skipped ops (each a reason record) a guard held back.