Unreasonable Errors started to appear in SwaggerHub UI
Hi again SwaggerHub support team :)
My API URL is: https://app.swaggerhub.com/apis/dima_krest/GETH/1.0.0
From some time ago I started to see these 2 types of errors, which didn't appear before, and I didn't change anything in my API:
1. Semantic error at paths./user_info.get.operationId
Operations must have unique operationIds.
2. Semantic error at paths./hrequests/{hrequest_history_id}/close
Declared path parameter "hrequest_history_id" needs to be defined within every operation in the path (missing in "options"), or moved to the path-level parameters object
Even though I can understand why it appears, it may be classified as warning but for sure not error. It didn't appear before, and AWS API Gateway works great without declaring parameter in OPTIONS.
The fact that I can't wave this error (or there is a way to specify some errors to not appear?), prevents me to see other real errors in my API.