Skip to content

OpenAPI: GET /v1/customer/bycompany/{id} 200 has no content schema #340

@CryptoJones

Description

@CryptoJones

Same missing-content-schema pattern as #312 (single GET), #316 (single POST), #326 (timeentry POST), and #332 (bulk POST). The paginated list endpoint declares only description: 'OK' — SDK generators can't model the response.

The controller emits:

```json
{ "message": "...", "count": N, "limit": L, "offset": O, "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