Playground

Playground

Mutation

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

prepareMutationreviewMutationcommitMutationgetMutationStatus

Schema

FieldTypeNotes
id*uuidMutation ID.
domain*stringTarget EDM domain.
operation*enumcreate | update | deleteMutation operation type.
payload*jsonMutation payload.
status*enumprepared | reviewing | approved | committed | failedMutation lifecycle status.
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.

API

Loading manifest…