Description
Auto generated Swagger documentation is currently generating dynamic path parameters in the following format:
However, Swagger / OpenAPI expects dynamic parameters to use curly brace syntax:
Because of this mismatch, when we run the endpoint from the Swagger documentation, the dynamic parameter is not replaced with the provided value. The request is sent exactly as shown in the path, which causes the API call to fail.
Screenshot
https://prnt.sc/u2pWPsLhss_2
https://prnt.sc/3o8qcNPmMgbj
Description
Auto generated Swagger documentation is currently generating dynamic path parameters in the following format:
However, Swagger / OpenAPI expects dynamic parameters to use curly brace syntax:
Because of this mismatch, when we run the endpoint from the Swagger documentation, the dynamic parameter is not replaced with the provided value. The request is sent exactly as shown in the path, which causes the API call to fail.
Screenshot
https://prnt.sc/u2pWPsLhss_2
https://prnt.sc/3o8qcNPmMgbj