This commit is contained in:
a2a-platform
2026-06-29 00:38:27 +00:00
parent c8cea595f2
commit e45ff7e55d
30 changed files with 2437 additions and 2292 deletions

View File

@@ -21,6 +21,45 @@ For write, update, or delete operations, state the intended action before callin
- Summary: Create chapter
- Body: JSON request body accepted.
### api_get_chapter_by_api_v1_chapters_course_course_id_p_ca466b63a8
- Operation ID: `api_get_chapter_by_api_v1_chapters_course_course_id_page_page_limit_limit_get`
- Route: `GET /api/v1/chapters/course/{course_id}/page/{page}/limit/{limit}`
- Mode: READ
- Summary: List course chapters
- Parameters:
- `course_id` in `path` required
- `page` in `path` required
- `limit` in `path` required
### api_get_chapter_meta_api_v1_chapters_course_course_uuid_meta_get
- Operation ID: `api_get_chapter_meta_api_v1_chapters_course_course_uuid_meta_get`
- Route: `GET /api/v1/chapters/course/{course_uuid}/meta`
- Mode: READ
- Summary: Get chapters metadata (deprecated)
- Parameters:
- `course_uuid` in `path` required
### api_update_chapter_meta_api_v1_chapters_course_course_ae93bf15bd
- Operation ID: `api_update_chapter_meta_api_v1_chapters_course_course_uuid_order_put`
- Route: `PUT /api/v1/chapters/course/{course_uuid}/order`
- Mode: WRITE
- Summary: Reorder chapters and activities
- Parameters:
- `course_uuid` in `path` required
- Body: JSON request body accepted.
### api_delete_coursechapter_api_v1_chapters_chapter_id_delete
- Operation ID: `api_delete_coursechapter_api_v1_chapters_chapter_id_delete`
- Route: `DELETE /api/v1/chapters/{chapter_id}`
- Mode: WRITE
- Summary: Delete chapter
- Parameters:
- `chapter_id` in `path` required
### api_get_coursechapter_api_v1_chapters_chapter_id_get
- Operation ID: `api_get_coursechapter_api_v1_chapters_chapter_id_get`
@@ -40,46 +79,7 @@ For write, update, or delete operations, state the intended action before callin
- `chapter_id` in `path` required
- Body: JSON request body accepted.
### api_delete_coursechapter_api_v1_chapters_chapter_id_delete
- Operation ID: `api_delete_coursechapter_api_v1_chapters_chapter_id_delete`
- Route: `DELETE /api/v1/chapters/{chapter_id}`
- Mode: WRITE
- Summary: Delete chapter
- Parameters:
- `chapter_id` in `path` required
### api_get_chapter_meta_api_v1_chapters_course_course_uuid_meta_get
- Operation ID: `api_get_chapter_meta_api_v1_chapters_course_course_uuid_meta_get`
- Route: `GET /api/v1/chapters/course/{course_uuid}/meta`
- Mode: READ
- Summary: Get chapters metadata (deprecated)
- Parameters:
- `course_uuid` in `path` required
### api_update_chapter_meta_api_v1_chapters_course_course_uuid_order_put
- Operation ID: `api_update_chapter_meta_api_v1_chapters_course_course_uuid_order_put`
- Route: `PUT /api/v1/chapters/course/{course_uuid}/order`
- Mode: WRITE
- Summary: Reorder chapters and activities
- Parameters:
- `course_uuid` in `path` required
- Body: JSON request body accepted.
### api_get_chapter_by_api_v1_chapters_course_course_id_page_page_limit_limit_get
- Operation ID: `api_get_chapter_by_api_v1_chapters_course_course_id_page_page_limit_limit_get`
- Route: `GET /api/v1/chapters/course/{course_id}/page/{page}/limit/{limit}`
- Mode: READ
- Summary: List course chapters
- Parameters:
- `course_id` in `path` required
- `page` in `path` required
- `limit` in `path` required
### api_list_chapter_usergroups_api_v1_chapters_chapter_uuid_usergroups_get
### api_list_chapter_usergroups_api_v1_chapters_chapter_u_7ea9b7d53b
- Operation ID: `api_list_chapter_usergroups_api_v1_chapters_chapter_uuid_usergroups_get`
- Route: `GET /api/v1/chapters/{chapter_uuid}/usergroups`
@@ -88,17 +88,7 @@ For write, update, or delete operations, state the intended action before callin
- Parameters:
- `chapter_uuid` in `path` required
### api_add_chapter_usergroup_api_v1_chapters_chapter_uuid_usergroups_usergroup_uuid
- Operation ID: `api_add_chapter_usergroup_api_v1_chapters_chapter_uuid_usergroups_usergroup_uuid`
- Route: `POST /api/v1/chapters/{chapter_uuid}/usergroups/{usergroup_uuid}`
- Mode: WRITE
- Summary: Grant a user group access to a locked chapter
- Parameters:
- `chapter_uuid` in `path` required
- `usergroup_uuid` in `path` required
### api_remove_chapter_usergroup_api_v1_chapters_chapter_uuid_usergroups_usergroup_u
### api_remove_chapter_usergroup_api_v1_chapters_chapter_0bc8cff2fa
- Operation ID: `api_remove_chapter_usergroup_api_v1_chapters_chapter_uuid_usergroups_usergroup_u`
- Route: `DELETE /api/v1/chapters/{chapter_uuid}/usergroups/{usergroup_uuid}`
@@ -107,3 +97,13 @@ For write, update, or delete operations, state the intended action before callin
- Parameters:
- `chapter_uuid` in `path` required
- `usergroup_uuid` in `path` required
### api_add_chapter_usergroup_api_v1_chapters_chapter_uui_576584c595
- Operation ID: `api_add_chapter_usergroup_api_v1_chapters_chapter_uuid_usergroups_usergroup_uuid`
- Route: `POST /api/v1/chapters/{chapter_uuid}/usergroups/{usergroup_uuid}`
- Mode: WRITE
- Summary: Grant a user group access to a locked chapter
- Parameters:
- `chapter_uuid` in `path` required
- `usergroup_uuid` in `path` required