Skip to content

Commit ae3cd51

Browse files
committed
Merge pull request timdorr#22 from jonasman/master
Added missing created_at field after a successful authentication
2 parents b587e8f + 8525faf commit ae3cd51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apiary.apib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ The current client ID and secret are [available here](http://pastebin.com/fX6ejA
3030
{
3131
"access_token": "abc123",
3232
"token_type": "bearer",
33-
"expires_in": 7776000
33+
"expires_in": 7776000,
34+
"created_at": 1457385291
3435
}
3536

3637
# Group Vehicles

0 commit comments

Comments
 (0)