deploy
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user