ConfigSnapshots
Point-in-time copies of a tenant's configuration, for comparison and rollback.
Create a configuration snapshot
Captures the tenant's configuration as it stands β entity types, rules, match profiles β so a working state can be recorded before a change. Requires `config-snapshot.create`.
List configuration snapshots
Returns the snapshots taken, newest first. Requires `config-snapshot.read`.
Get a configuration snapshot
Returns one snapshot and what it captured. Requires `config-snapshot.read`.
Update a configuration snapshot
Changes a snapshot's label or notes. Its captured contents are immutable. Requires `config-snapshot.update`.
Delete a configuration snapshot
Soft-deletes a saved configuration snapshot. The configuration it captured is untouched β only the saved copy goes. Requires `config-snapshot.delete`.