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