You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: align README with brand canon (TicketWave API) (#1)
Replace "TicketWave Access API" with "TicketWave API" per the
brand-name canon at docs/strategy/brand-name-canon.md. Also retires
"access-decision engine" phrasing in the /api/v2 row to match the
current commerce positioning. README only — historical artefacts in
CHANGELOG.md and openapi.yaml (info.title) are left untouched.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# TicketWave OpenAPI spec
2
2
3
-
The canonical OpenAPI 3.1 specification for the **TicketWave Access API** — the public JSON-over-HTTPS surface served at `https://access.ticketwavehq.com`.
3
+
The canonical OpenAPI 3.1 specification for the **TicketWave API** — the public JSON-over-HTTPS surface served at `https://access.ticketwavehq.com`.
4
4
5
5
This is the **same spec** that powers:
6
6
@@ -17,7 +17,7 @@ A single [`openapi.yaml`](./openapi.yaml) describing two API namespaces:
|`/api/v2/*`| The access-decision engine — register resources, write rules, ask for `ALLOW` / `DENY` / `REVIEW`, replay, dispute, override. |`plugin:read` for GETs, `plugin:write` for state changes | 240 req/min/key |
20
+
|`/api/v2/*`| The commerce engine — register resources, write rules, ask for `ALLOW` / `DENY` / `REVIEW`, replay, dispute, override. |`plugin:read` for GETs, `plugin:write` for state changes | 240 req/min/key |
21
21
22
22
**Current shape (v1.0.0):**
23
23
@@ -96,4 +96,4 @@ Found a discrepancy between the spec and the live API? Open an issue here, or em
96
96
97
97
Apache License 2.0 — see [`LICENSE`](./LICENSE).
98
98
99
-
The TicketWave Access API itself is offered under the proprietary [TicketWave Public API Terms](https://www.ticketwavehq.com/terms); this OpenAPI document describing the API is Apache-2.0 so you can vendor, fork, generate clients from, and redistribute it freely.
99
+
The TicketWave API itself is offered under the proprietary [TicketWave Public API Terms](https://www.ticketwavehq.com/terms); this OpenAPI document describing the API is Apache-2.0 so you can vendor, fork, generate clients from, and redistribute it freely.
0 commit comments