GetObjectVersionDiff
Compute a unified diff between two object versions using their content URIs, revealing source code changes.
Instructions
[read-only] Compute a unified diff between two object versions. Pass the two opaque content_uris from GetObjectVersions entries; returns the unified diff (jsdiff) of their sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | Object type (same value used in GetObjectVersions). | |
| content_uri_to | Yes | Opaque content_uri of the NEW/compare version (from a GetObjectVersions entry). | |
| content_uri_from | Yes | Opaque content_uri of the OLD/base version (from a GetObjectVersions entry). |