Skip to content

[FE] False breaking change when OAS specifications contains duplicated path parameters #357

@Maryna-Ko

Description

@Maryna-Ko

Describe the bug

Main condition: duplicated path parameters e g /api/v1/user/{id}/role/{id}

To Reproduce

  1. Publish an OAS with duplicated path parameters, with required:true.
  2. Add a description or other non-breaking metadata to one of the affected operations.
  3. Publish this new version providing as previous version the publication from step 1.
  4. Observe that the engine incorrectly reports a new breaking change.

ER: only non-breaking change is reported
AR: both non-breaking and breaking changes are reported

1967_v2.yaml
1967_v1.yaml

Version

Backend v. develop.1141585
Frontend v. 3.0.5-dev.20250905080854
API Processor v. 4.1.2

Logs

No response

Additional information

Image Image

Metadata

Metadata

Labels

Type

Projects

Status

In Test

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions