Skip to content

1.8.7

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:36
c68a61a

Scalar API reference replaces Swagger

2026-07-22 · #24 · closes #23

Swagger UI is gone. In its place, an "API Reference" page rendering Scalar, branded to match the app, with working try-it against the signed-in user's own organization.

  • Swashbuckle removed entirely; the built-in ASP.NET Core generator emits OpenAPI 3.1, titled and versioned with the actual server release.
  • Authorization-code + PKCE auth, so a signed-in user authorizes silently and try-it calls run with a real token.
  • The caller's current organization is prefilled as the example on every {organizationId} parameter, so try-it and generated code samples work without hand-editing.
  • Scalar is vendored under wwwroot/scalar/ rather than loaded from a CDN.