deploy
This commit is contained in:
@@ -11,6 +11,14 @@ Use the generated operation tools to make real API calls. Do not invent API resp
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
For visible lesson content, prefer `POST /api/v1/activities/` with
|
||||
`activity_type=TYPE_DYNAMIC`, `activity_sub_type=SUBTYPE_DYNAMIC_MARKDOWN`,
|
||||
markdown stored in `content`/`details`, `lock_type=public`, and `published=true`
|
||||
unless the user asks for drafts. Always use the target chapter's own
|
||||
`chapter_id`; do not attach every activity to the first chapter. On
|
||||
`PUT /api/v1/activities/{activity_uuid}`, do not send `published_version`;
|
||||
this LearnHouse backend rejects that field.
|
||||
|
||||
## Operations
|
||||
|
||||
### api_create_activity_api_v1_activities_post
|
||||
|
||||
Reference in New Issue
Block a user