Skip to content

Commit

Permalink
Actually, we're talking PATCH here.
Browse files Browse the repository at this point in the history
  • Loading branch information
bathalh committed May 18, 2017
1 parent 6f12907 commit 82b422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ need to provide `JsonFormat[T]`s for your custom types. This is not hard at all.
`Tription`s are "triple options": values that can either exist, be null, or be undefined.

JavaScript (and JSON), unlike Java/Scala, allow `undefined` values, which are distinct from `null` values.
For example, a PUT request may have a payload like this:
For example, a PATCH request may have a payload like this:
```json
{ "id":"234565434567898789098765",
"field1": "new value",
Expand Down

0 comments on commit 82b422f

Please sign in to comment.