Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerstock authored Jun 25, 2019
1 parent 035a27f commit 52f6f56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,14 @@ reviews/add/bybookid/{bookid} Example:
}
```

reviews/byreview/{reviewid} (PUT) Example:
```
{
"rating": 3,
"review": "changedString",
"user": "string"*
}
```
*required


0 comments on commit 52f6f56

Please sign in to comment.