Get Breaking Changes
get_breaking_changesIdentify and classify breaking changes between two specification versions. Returns changes classified as Breaking, NonBreaking, or Deprecated with migration hints. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Public ID (GUID) of the API specification | |
| sourceVersionId | Yes | Public ID (GUID) of the source (older) version | |
| targetVersionId | Yes | Public ID (GUID) of the target (newer) version |