GetDomainVersionDiff
Compute a unified diff between two ABAP domain versions using their content URIs. Specify the old and new version URIs to compare changes.
Instructions
[read-only] Compute a unified diff between two ABAP domain versions, by their content_uris (taken from GetDomainVersions entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_uri_to | Yes | Opaque content_uri of the NEW/compare version (from a GetDomainVersions entry). | |
| content_uri_from | Yes | Opaque content_uri of the OLD/base version (from a GetDomainVersions entry). |