Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(openapi): postman responses without a response now get one #812

Merged
merged 1 commit into from
May 1, 2023

Conversation

erunion
Copy link
Member

@erunion erunion commented May 1, 2023

🧰 Changes

This fixes a quirk with Postman to OpenAPI conversions where if a Postman response was documented without a description it also wouldn't get one in the converted OpenAPI definition, resulting in a definition that does not validate.

See readmeio/postman-to-openapi#3 for the fix.

@erunion erunion added bug Something isn't working command:openapi Issues pertaining to the `openapi`, `validate`, `reduce`, or `swagger` commands labels May 1, 2023
@erunion erunion requested a review from kanadgupta May 1, 2023 19:35
@kanadgupta kanadgupta merged commit 8fa90e1 into next May 1, 2023
@kanadgupta kanadgupta deleted the fix/postman-quirks branch May 1, 2023 20:06
kanadgupta pushed a commit that referenced this pull request May 1, 2023
## [8.6.3-next.1](v8.6.2...v8.6.3-next.1) (2023-05-01)

### Bug Fixes

* **openapi:** postman responses without a response now get one ([#812](#812)) ([8fa90e1](8fa90e1))

[skip ci]
kanadgupta pushed a commit that referenced this pull request May 1, 2023
## [8.6.3](v8.6.2...v8.6.3) (2023-05-01)

### Bug Fixes

* **openapi:** postman responses without a response now get one ([#812](#812)) ([8fa90e1](8fa90e1))

[skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working command:openapi Issues pertaining to the `openapi`, `validate`, `reduce`, or `swagger` commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants