docs: replace JWT-like Bearer placeholder with <license-token> #191

Merged
maximus merged 1 commit from issue-181-doc-bearer-token-placeholder into main 2026-05-02 20:10:57 +00:00

View file

@ -468,7 +468,7 @@ Décisions **tranchées en §0** (ne sont plus ouvertes) : provider, infra rate-
```http ```http
GET /v1/prices?symbol=AAPL&date=2026-04-25 HTTP/1.1 GET /v1/prices?symbol=AAPL&date=2026-04-25 HTTP/1.1
Host: api.lacompagniemaximus.com Host: api.lacompagniemaximus.com
Authorization: Bearer eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9... Authorization: Bearer <license-token>
Accept: application/json Accept: application/json
User-Agent: simpl-resultat User-Agent: simpl-resultat
``` ```