openapi-to-postman icon indicating copy to clipboard operation
openapi-to-postman copied to clipboard

if write path variable ':<path variable>' in the request, the ':<path variable>' is not resolved.

Open Iceyyu123 opened this issue 3 years ago • 1 comments

if write path variable ':' in the reques, the ':' is not resolved.

Originally posted by @Iceyyu123 in https://github.com/postmanlabs/postman-app-support/issues/6078#issuecomment-814259718

Iceyyu123 avatar Apr 06 '21 16:04 Iceyyu123

Hey @Iceyyu123, can you provide an example document. For path parameters you have to use the curly braces - path/{userId} in the OpenAPI document.

pcgamer1 avatar Apr 07 '21 14:04 pcgamer1

@Iceyyu123 This module is around generation of collection from OpenAPI definition. Could you share more details as to what's the definition and generated collection from it that you're working with? I'll close this issue for now as it's been lacking information but feel free to re-open it once with required information.

VShingala avatar Jan 13 '23 09:01 VShingala