metamaps--metamaps/doc/api/examples/current_user.json
Devin Howard 5e0e44b436 supercharge the schemas (#874)
* fix map schema - woot it works

* update other schemas to include embeddable attrs

* update current user schema/examples
2016-10-29 22:58:31 +08:00

11 lines
201 B
JSON

{
"data": {
"id": 1,
"name": "user",
"avatar": "https://s3.amazonaws.com/metamaps-assets/site/user.png",
"generation": 0,
"is_admin": false,
"email": "user@example.com"
}
}