tripletex-api2
tripletex-api2 copied to clipboard
Wrong HTTP response code in swagger.json
The response code for POST /ledger/voucher is stated to be 200, but actually returns 201 (in test environment, at least).
This leads to generated clients implementations throws on successful requests. (using BccCode.Tripletex.Client / NSwag.Net)