Compare Versions
compare_versionsCompare two API specification versions to reveal added, removed, or modified endpoints and schemas, using a compact 'flags' option to identify where to inspect.
Instructions
Compare two specification versions and show their differences: added/removed/modified endpoints and schemas. Omit sourceVersionId to compare against the latest published version. detail 'full' (default) returns the changed entities; 'flags' returns only what changed and how — much smaller, and enough to decide where to look. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | How much to return: 'full' (default) or 'flags' | full |
| specId | Yes | Public ID (GUID) of the API specification | |
| sourceVersionId | No | Public ID (GUID) of the source (older) version — omit for the latest published version | |
| targetVersionId | Yes | Public ID (GUID) of the target (newer) version |