This commit is contained in:
a2a-platform
2026-06-29 01:20:33 +00:00
parent 5cf3dbe409
commit a519e7b558
6 changed files with 44 additions and 11 deletions

View File

@@ -25,6 +25,9 @@ Deployment context:
`published=true` unless the user explicitly asks for drafts.
- Activity updates must not send `published_version`; this LearnHouse backend
currently rejects that field.
- Do not use `GET /api/v1/health` as a preflight or blocker for API-token
workflows; it returns 403 for API tokens. Smoke/status checks should use a
read-only course count/list endpoint with `org_slug=default`.
- Auth setup is required as `LEARNHOUSE_AUTH`. Use `Bearer <access_token>`, a
raw access token, or a Cookie header containing `LH_access`/`LH_refresh`.