Parallel to #316 (customer POST envelope fix). The timeentry POST 201 has only a description + the Idempotency-Replay header declaration — no content block, so SDK code-gen sees the response body as completely unspecified.
The controller actually returns {message, timeEntry}. Even worse than the customer case before #316 — that one at least had a (wrong) $ref: Customer declaration; this has nothing.
Fix: declare the envelope shape, pin with a test.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/
Parallel to #316 (customer POST envelope fix). The timeentry POST 201 has only a description + the
Idempotency-Replayheader declaration — nocontentblock, so SDK code-gen sees the response body as completely unspecified.The controller actually returns
{message, timeEntry}. Even worse than the customer case before #316 — that one at least had a (wrong)$ref: Customerdeclaration; this has nothing.Fix: declare the envelope shape, pin with a test.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/