You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
using version 0.10.7 on the following OpenAPI YAML file gives the error:
WARNING parsing GET /api/{param_a}/whatever within default. Endpoint will not be generated.
Incorrect path templating for /api/{param_a}/whatever (Path parameters do not match with path)
From what I can tell, the OpenAPI file is correct:
WARNING parsing GET /rest/iad/attacks/{id} within attacks. Endpoint will not be `generated.`
Incorrect path templating for /rest/iad/attacks/{id} (Path parameters do not match with path)
yaml file is valid openapi: 3.0.2
openapi-spec-validator restapi-doc/iad/rest-api.yaml
OK
Hi,
using version 0.10.7 on the following OpenAPI YAML file gives the error:
From what I can tell, the OpenAPI file is correct:
The text was updated successfully, but these errors were encountered: