Skip to content

Commit

Permalink
Add docs about put/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Aug 12, 2014
1 parent f7ef767 commit 50ff9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ GET /users/Bob/badges/1?populate=things
```

### Update
PUT and PATCH are handled the same way.

```
PUT /users/Bob
PATCH /users/Bob
Expand Down

0 comments on commit 50ff9b9

Please sign in to comment.