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
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
Have a delete request with two path params but when we generate, only one of them makes it through the process. We have a get request that does not have this issue.
Preview of the json is trimmed a bit but should give a general enough idea. Not shown is here is the get.
Hi @meinfretr ,
This is because the generated restful-react component will be useDelete (because your operationId is call Delete)and will take the last param as input:
Have a delete request with two path params but when we generate, only one of them makes it through the process. We have a get request that does not have this issue.
Preview of the json is trimmed a bit but should give a general enough idea. Not shown is here is the
get
.When generated, this is the output:
Not sure where
endpoint
decided to go, but it shows up fine for theget
:There's no errors, it just goes MIA. Probably related to #259, if I were to make a guess.
The text was updated successfully, but these errors were encountered: