Mutation
A governed write operation with prepare-review-commit lifecycle.
prepareMutationreviewMutationcommitMutationgetMutationStatusSchema
| Field | Type | Notes |
|---|---|---|
| id* | uuid | Mutation ID. |
| domain* | string | Target EDM domain. |
| operation* | enum | create | update | deleteMutation operation type. |
| payload* | json | Mutation payload. |
| status* | enum | prepared | reviewing | approved | committed | failedMutation lifecycle status. |
| prepared_by | uuid | User who prepared the mutation. |
| reviewed_by | uuid | User who reviewed the mutation. |
| committed_by | uuid | User who committed the mutation. |
| audit_trail | json | Full audit trail of the mutation. |
| error | string | Error message if mutation failed. |
API
Loading manifest…