Skip to content

Commit

Permalink
Merge pull request #203 from donny-wong/v2.4.2
Browse files Browse the repository at this point in the history
RESTful API documentation for api/sections_controller actions (#200)
  • Loading branch information
pretendWhale authored Jan 15, 2024
2 parents d17064d + 1815724 commit 4697c65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RESTful-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1194,3 +1194,15 @@ NOTE: the folder_path string can include a nested path if the folder to be remov
### GET /api/courses/:course_id/starter_file_groups/:id/download_entries

- description: Download a zip archive containing all entries (files and folders) in this starter file group

### POST /api/courses/:course_id/sections

- description: Create a new section for the given course.
- required parameters:
- section
- name (string)

### DELETE /api/courses/:course_id/sections/:id

- description: Delete the section uniquely identified by the given course and section id's.
- NOTE: The section must be non-empty (must not have any students).

0 comments on commit 4697c65

Please sign in to comment.