You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to render correctly a POST endpoint for application/x-www-form-urlencoded content type but there is an issue to try to pass multiple elements to an array of Strings element.
Context
Our customers cannot properly use our stoplight API test page to submit POST request to our test server when there is an array of multiple values in a application/x-www-form-urlencoded request
Current Behavior
When we put multiple values in the array, the curl generated command doesn't put the array variable properly
Expected Behavior
It should be able to render the curl command using the same array variable to pass multiple values
We are trying to render correctly a POST endpoint for application/x-www-form-urlencoded content type but there is an issue to try to pass multiple elements to an array of Strings element.
Context
Our customers cannot properly use our stoplight API test page to submit POST request to our test server when there is an array of multiple values in a application/x-www-form-urlencoded request
Current Behavior
When we put multiple values in the array, the curl generated command doesn't put the array variable properly
Expected Behavior
It should be able to render the curl command using the same array variable to pass multiple values
Possible Workaround/Solution
not known
Steps to Reproduce
Creating endpoint like this one
Environment
https://vividseats.stoplight.io/
The text was updated successfully, but these errors were encountered: