Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyotown authored Feb 2, 2020
1 parent 9030f60 commit 9cefd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## Driver Endpoints
| URL | METHOD | Object Example | Authorization? |
| ---- | :----: | :---------------: | ---------------: |
| /api/drivers/signup | POST | FullName (<strong>Required</strong>),<br/> UserName (<strong>Required & Unique</strong>),<br/> Password (<strong>Required</strong>), <br/> PhoneNumber (<strong>Integer (*10 Char Max*) & Required</strong>),<br/> Vehicle,<br/> Shift,<br/> Price <strong>Integer</strong>,<br/> Email, <br/> City (<strong>Required</strong>) | No |
| /api/drivers/signup | POST | FullName (<strong>Required</strong>),<br/> UserName (<strong>Required & Unique</strong>),<br/> Password (<strong>Required</strong>), <br/> PhoneNumber (<strong>Integer (*10 Char Max*) & Required</strong>),<br/> Vehicle,<br/> Shift,<br/> Price <strong>(Integer)</strong>,<br/> Email, <br/> City (<strong>Required</strong>) | No |
| /api/drivers/login | POST | UserName (<strong>Required</strong>), <br/> Password (<strong>Required</strong>) | No |
| /api/drivers | GET | | <strong> Requires: 'authorization' header</strong>|
| /api/drivers/:id | GET | | <strong> Requires: 'authorization' header</strong>|
Expand Down

0 comments on commit 9cefd1b

Please sign in to comment.