Thanks to visit codestin.com
Credit goes to github.com

Skip to content

API: Relax tenantId validation from uuid to string (DX) #60

@geminimir

Description

@geminimir

Is your feature request related to a problem? Please describe.
Our docs/examples use free-form tenant ids, but API schemas require UUIDs, causing first-run failures.

Describe the solution you'd like

  • Relax tenantId schema to type: string in: POST /v1/events/ingest, GET /v1/events, GET /v1/usage/current, POST /v1/usage/projection, reconciliation routes.
  • Keep server-side validation/logging; doc guidance for stable tenant ids.

Acceptance Criteria

  • Schemas updated; tests adjusted.
  • README/examples remain valid.
  • No behavior change besides validation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions