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
In release 0.10.0 it is no longer possible to edit query parameters except the first one. This is no problem if there is only a single parameter, but if there are multiple parameters using j/k or arrow keys changes the selected server rather than the query parameters in the list.
Steps to reproduce:
Open pet store example
openapi-tui -i examples/petstore.json
Navigate to POST /pet/{petid} path
Enter command request page, select Query tab in Parameters pane and try to select the status parameter (second in list)
The text was updated successfully, but these errors were encountered:
In release 0.10.0 it is no longer possible to edit query parameters except the first one. This is no problem if there is only a single parameter, but if there are multiple parameters using j/k or arrow keys changes the selected server rather than the query parameters in the list.
Steps to reproduce:
Open pet store example
openapi-tui -i examples/petstore.json
Navigate to
POST /pet/{petid}
pathEnter command request page, select
Query
tab inParameters
pane and try to select thestatus
parameter (second in list)The text was updated successfully, but these errors were encountered: