Closed lucasmazza closed 1 month ago
Because of recent spec changes where we moved the request body for POST /api/v2/orders to use an oneOf structure, the generated code requires the user to say which of the supported schemas is being used
POST /api/v2/orders
oneOf
pls, get this merged, guys. I'm having a NoneType issue with create_order and it seems this can fix it
NoneType
create_order
Because of recent spec changes where we moved the request body for
POST /api/v2/orders
to use anoneOf
structure, the generated code requires the user to say which of the supported schemas is being used