Skip to content

Commit

Permalink
Fix annotation for update a user endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mthurman committed Nov 7, 2012
1 parent 9210967 commit 98a063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/users.md
Expand Up @@ -171,7 +171,7 @@ None.
>
> Content-Type: application/json
>
> DATA {"name": "Mark Thurman 2", "locale":"en", "timezone":"US/Central", "description":{"text": "new description"}, "annotations":[{"type": "net.app.core.directory.blog", "value": "http://mynewblog.com"}]}
> DATA {"name": "Mark Thurman 2", "locale":"en", "timezone":"US/Central", "description":{"text": "new description"}, "annotations":[{"type": "net.app.core.directory.blog", "value": {"url": "http://mynewblog.com"}}]}
```js
{
"data": {
Expand Down

0 comments on commit 98a063b

Please sign in to comment.