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
Description:
Elements currently does not handle arrays in "Try It" for parameters. As a user who has arrays in parameters, I should be able to make "Try It" calls successfully. Additionally, support for different styles and explode types should be added to accommodate all cases.
Furthermore, Elements needs to generate the correct code samples for array types in parameters.
Steps to reproduce:
Create an API with an endpoint that utilizes an array in the parameters.
Attempt to use the "Try It" functionality with the array parameter.
Expected result:
The "Try It" feature should successfully process the array parameter and generate correct code samples for the given array types.
Actual result:
The "Try It" feature does not support arrays in parameters and does not generate correct code samples for these types.
Suggested Fix:
Add support for arrays in the "Try It" feature for parameters.
Implement support for different styles and explode types for arrays in parameters.
Ensure correct code samples are generated for array types in parameters.
The text was updated successfully, but these errors were encountered:
Is there any update on this issue. Is it being actively worked on, does anyone have any work arounds. Has it been decided it work be worked on or in the backlog to be worked on.
Description:
Elements currently does not handle arrays in "Try It" for parameters. As a user who has arrays in parameters, I should be able to make "Try It" calls successfully. Additionally, support for different styles and explode types should be added to accommodate all cases.
Furthermore, Elements needs to generate the correct code samples for array types in parameters.
Steps to reproduce:
Expected result:
The "Try It" feature should successfully process the array parameter and generate correct code samples for the given array types.
Actual result:
The "Try It" feature does not support arrays in parameters and does not generate correct code samples for these types.
Suggested Fix:
The text was updated successfully, but these errors were encountered: