Hi Team, all the APIs in which path params are defined, they are not visibile in these boxes. Please look into this.
Hi HamzaJD, I can see it’s working fine on my side. Could you please provide the reproduction steps and the specific API settings?
Check it on Hosted Docs. Do not pass a value. Just keep it empty.
Hi HamzaJD, when no path parameter value is provided, generating /pet/
is the correct behavior. The {petId}
in your API definition /pet/{petId}
is a path placeholder that needs to be replaced with actual values - curly braces aren’t supported in actual network requests. Let me know if you have further questions.
Hi there, makes sense. However the screenshot that I shared in this API path the path param was {org_id} and its between “organization/{org_id}/tools” in the spec.