Skip to content

Commit 7cec2ab

Browse files
committed
Update Assignment-2.md
1 parent e0ca38f commit 7cec2ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assignments-2019/Assignment-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ You then need build the servlet business logic to implement this API. Each API s
2323
1. Do basic parameter validation, and return a 4XX response code and error message if invalid values/formats supplied
2424
1. If the request is valid, do the appropriate data processing to read/write from the database
2525
1. Construct the correct response message and return a 200/201 response code
26+
1. For a lift ride POST, assume the lift vertical rise in the (liftNum*10), ie lift 6 is 60m vertical. Store the vertical in the database, as in reality this condition would not hold
2627

2728
Test each servlet API with [POSTMAN](https://www.getpostman.com/downloads/) or an equivalent HTTP testing tools.
2829

0 commit comments

Comments
 (0)