[GH-ISSUE #2201] [bug]: Rquest body is not imported when using OpenApi 3 import #753

Closed
opened 2026-03-16 17:01:06 +03:00 by kerem · 1 comment
Owner

Originally created by @alcalyn on GitHub (Mar 25, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2201

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I import an openapi v3 json collection, requests are imported, but all bodies in POST, PUT... are empty

Steps to reproduce

  1. Download this openapi v3 sample: https://petstore3.swagger.io/api/v3/openapi.json (I get same result with my own collections)
  2. Go to hoppscotch > collections > Import > Import from Openapi
  3. Select the downloaded openapi.json
  4. Go to a POST or PUT request, then go to the body

Expected:

  • I can see the form parameters, like in postman
    image

Actual:

  • Body is set to json, empty
    image

Also, I get same result with json body, always empty

Environment

Production

Version

Cloud

Originally created by @alcalyn on GitHub (Mar 25, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2201 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I import an openapi v3 json collection, requests are imported, but all bodies in POST, PUT... are empty ### Steps to reproduce 1. Download this openapi v3 sample: https://petstore3.swagger.io/api/v3/openapi.json (I get same result with my own collections) 2. Go to hoppscotch > collections > Import > Import from Openapi 3. Select the downloaded openapi.json 4. Go to a POST or PUT request, then go to the body Expected: - I can see the form parameters, like in postman ![image](https://user-images.githubusercontent.com/1588144/160099256-724b8ee2-47a5-4b9f-8aac-c554e7bed8b9.png) Actual: - Body is set to json, empty ![image](https://user-images.githubusercontent.com/1588144/160099320-7a57a2fd-396d-4d9b-b929-1e37ce6945d2.png) Also, I get same result with json body, always empty ### Environment Production ### Version Cloud
kerem 2026-03-16 17:01:06 +03:00
Author
Owner

@liyasthomas commented on GitHub (Mar 25, 2022):

This is a known issue, please track the progress on #2087, hence closing.

<!-- gh-comment-id:1078862199 --> @liyasthomas commented on GitHub (Mar 25, 2022): This is a known issue, please track the progress on #2087, hence closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#753
No description provided.