Which is right, the API docs or the Swagger API docs ?
Or have I misunderstood totally how the code generation should be done ? More details of that are are here but I expect the Swagger folks to conclude the API description JSON is wrong ?
I believe the get.responses.200.content item for /messageexchange/{mailbox_id}/inbox/{message_id} might be incorrect as well.
It’s set to empty object, and Swagger is turning this into a ‘null’ type so the API client doesn’t return anything.
In which case it should contain application/vnd.mesh.v2+json items just like /messageexchange/{mailbox_id}/inbox does in it’s get.responses.200.content ?
Presumably declaring it’s media type as something like application/octet-stream - I’m no expert on Describing Responses though.