1. the reason you're getting a 400 is because your...
# http4k
d
1. the reason you're getting a 400 is because your list is missing 2. the reason you're not seeing the message is because the default renderer in the contract is :
Copy code
object NoRenderer : ContractRenderer
, which defaults to just a 400 with no explanation.