-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Parameter list not showing JSON object fields (force raw?) #597
Comments
well, the raw parameter feature for payload enables us to send nested arrays, import JSON file contents etc. So I afraid we can't directly map the raw parameter objects to key -value pairs. And regarding forcing whether key-value pair or raw parameters toggle, well this seems like a better option since even though the provided example request had raw parameters enabled, I was served with the default key-value pairs at first. I'd to manually toggle to raw parameters to see tje payload. |
@liyasthomas great! You want me to give a try? If so, you can assign me to the issue. |
sure! We'd love to have you onboard! Assigning this to you. |
@leomp12 how's the progress on this issue? |
Hey @liyasthomas , |
yeah sure! ✌️💯 |
Describe the bug
JSON body is not being properly parsed to parameter list, when raw input is disabled the body seems to be empty even with a valid object set.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On provided example, I was expecting to see
app_id
,title
and the other body object properties on parameter list, or just force raw input forapplication/json
and then show JSON body as is (Imo it would be even better than fix parameter list behavior).Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: