Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Section API controller routes #206

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

mimischly7
Copy link
Contributor

Three new entries to the RESTful-API.md file, following the format of existing entries.

  1. Updating a section --> PUT /api/courses/:course_id/sections/:id
  2. Showing all sections of a course --> GET /api/courses/:course_id/sections
  3. Showing a specific section of a course --> GET /api/courses/:course_id/sections/:id

@david-yz-liu david-yz-liu merged commit 3e2f685 into MarkUsProject:master Mar 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants