kbcli icon indicating copy to clipboard operation
kbcli copied to clipboard

ProcessLocationHeader parameters not always respected

Open pierre opened this issue 6 years ago • 1 comments

For APIs returning both 201 and 204 (e.g. createInstantPayment), isCreateRequest is false here and the code to respect the ProcessLocationHeader parameter isn't generated.

Compare CreateTaxItems with CreateInstantPayment.

pierre avatar Jul 24 '19 13:07 pierre

@pierre please see https://github.com/killbill/go-swagger/pull/4

I believe that solves this issue once you generate the new binary and use it to regenerate the code.

Please let me know if I can help clarify anything.

hibrid avatar Sep 05 '23 08:09 hibrid