Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JTrenerry committed Apr 24, 2024
1 parent 8fa63fb commit 8add103
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/HANDSHAKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ None
}
]
```
# /courses/:courseCode GET
# /courses/:courseCode/exams GET
### Path params:
| Name | Description |
|----|----|
Expand All @@ -36,6 +36,22 @@ None
}
]
```
# /courses/:courseCode GET
### Path params:
| Name | Description |
|----|----|
| courseCode | String (should be 8 characters) REQUIRED |
### Query params:
None
### Responses
200 - List all exam information for one course as well as the course informatiom
```
{
courseName: String - The name of the course i.e. Software Architecture
courseDescription: String - A description of the course i.e. The best course ever
}
```
# /exams/:examid GET
### Path params:
Expand Down

0 comments on commit 8add103

Please sign in to comment.