Skip to content

OpenAPI: POST /v1/customer/bulk 201 has no content schema #332

@CryptoJones

Description

@CryptoJones

Parallel to #316 (customer POST) and #326 (timeentry POST). The customer/bulk endpoint's 201 response declares description + the Idempotency-Replay header but no content block — SDK code-gen treats the response body as untyped.

The factory (_bulk-helpers.makeBulkCreate) emits:

```json
{ "message": "Created N Customer(s).", "count": N, "customers": [...] }
```

Fix: declare the envelope shape, pin with a test.

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions