Docs

Docs

x-cpod-domain: mutations

Mutations

Governed write orchestrator — prepare, review, and commit EDM mutations with audit trails.

Try in explorer client.mutations

Mutation

A governed write operation with prepare-review-commit lifecycle.

REST pathclient.mutations
Operations
prepareMutationreviewMutationcommitMutationgetMutationStatus
SDK
// list — returns only your records; add filters/search:
await client.mutations.list()
FieldTypeDescription
id*uuidMutation ID.
domain*stringTarget EDM domain.
operation*enumMutation operation type.createupdatedelete
payload*jsonMutation payload.
status*enumMutation lifecycle status.preparedreviewingapprovedcommittedfailed
prepared_byuuidUser who prepared the mutation.
reviewed_byuuidUser who reviewed the mutation.
committed_byuuidUser who committed the mutation.
audit_trailjsonFull audit trail of the mutation.
errorstringError message if mutation failed.