Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A human-facing CLI for the [busbar](https://github.com/GetBusbar) gateway's **ad
(`/api/v1/admin`). It speaks the frozen v1 contract over HTTP/HTTPS with a thin, hand-rolled
client (no OpenAPI generator), so it's small and easy to extend.

The contract it targets is committed at [`openapi.json`](openapi.json) (busbar **1.5.3**);
The contract it targets is committed at [`openapi.json`](openapi.json) (busbar **1.5.4**);
CI compares that spec's version against the latest busbar release so drift is visible.

Because the client is hand-rolled, a version match is not a shape match:
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@
"info": {
"description": "The frozen, additive-only /api/v1/admin surface. Errors use the stable envelope {\"error\":{\"code\",\"message\"}}; tooling branches on `code`.",
"title": "Busbar Admin API",
"version": "1.5.3"
"version": "1.5.4"
},
"openapi": "3.1.0",
"paths": {
Expand Down
Loading