Hi!
I have two identical files (see attachment) but when I am trying to compare them I receive a following result:
Modified: GET /categories/{subsidiaryId}
Path went from /categories/{publicId} to /categories/{subsidiaryId} (same operationId)
[Breaking] Path parameter removed: publicId
Removing a resource is always breaking unless it was deprecated before (breaking)
Path parameter added: subsidiaryId
Modified: PATCH /categories/{categoryId}
Path went from /categories/{publicId} to /categories/{categoryId} (same operationId)
[Breaking] Path parameter removed: publicId
Removing a resource is always breaking unless it was deprecated before (breaking)
Path parameter added: categoryId
That doesn't seems to be a correct comparison. Could you please take a look?
current_swagger.json
master_swagger.json
Hi!
I have two identical files (see attachment) but when I am trying to compare them I receive a following result:
Modified: GET /categories/{subsidiaryId}
Path went from
/categories/{publicId}to/categories/{subsidiaryId}(same operationId)[Breaking] Path parameter removed: publicId
Removing a resource is always breaking unless it was deprecated before (breaking)
Path parameter added: subsidiaryId
Modified: PATCH /categories/{categoryId}
Path went from
/categories/{publicId}to/categories/{categoryId}(same operationId)[Breaking] Path parameter removed: publicId
Removing a resource is always breaking unless it was deprecated before (breaking)
Path parameter added: categoryId
That doesn't seems to be a correct comparison. Could you please take a look?
current_swagger.json
master_swagger.json