Manifest
Diff Manifest
Compare a manifest file with current state.
Shows resources that would be:
- Created: In manifest but not in system
- In system only: In system but not in manifest
- Different: In both but with configuration differences
This is useful for understanding what changes would occur before applying a manifest.
Example:
curl -X POST /v1/manifest/diff \
-H "Authorization: Bearer $API_KEY" \
-F "manifest_file=@mixpeek.yaml"
post/v1/manifest/diff
Response
Successful Response
Changes
Changed in 1 of the 28 revisions of this API.1
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○