openapi-to-postman
openapi-to-postman copied to clipboard
if write path variable ':<path variable>' in the request, the ':<path variable>' is not resolved.
if write path variable ':
Originally posted by @Iceyyu123 in https://github.com/postmanlabs/postman-app-support/issues/6078#issuecomment-814259718
Hey @Iceyyu123, can you provide an example document. For path parameters you have to use the curly braces - path/{userId} in the OpenAPI document.
@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.