Skip to content

Commit

Permalink
Update identity attributes in example
Browse files Browse the repository at this point in the history
I noticed that this example indicates that a `name` attribute is available inside of `identity`, and this doesn't appear to be the case. Only `first_name` and `last_name` are available.
  • Loading branch information
mattmueller committed Jan 5, 2017
1 parent a049f30 commit 732a8c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sections/authentication.md
Expand Up @@ -102,7 +102,8 @@ This endpoint should be first request made after you've obtained a user's author
"expires_at": "2012-03-22T16:56:48-05:00",
"identity": {
"id": 9999999,
"name": "Jason Fried",
"first_name": "Jason",
"last_name": "Fried",
"email_address": "jason@basecamp.com",
},
"accounts": [
Expand Down

0 comments on commit 732a8c5

Please sign in to comment.