postmanlabs / openapi-to-postman

Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format
Apache License 2.0
912 stars 196 forks source link

Fixed issue with getOptions() API where default module version was still v1. #804

Closed VShingala closed 2 months ago

VShingala commented 2 months ago

Overview

This PR updates default version for getOptions() API to be v2 instead of current v1. Also adds more details around criteria usage.