Skip to content

Commit

Permalink
[wip] docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Dec 10, 2015
1 parent 1e02b3b commit 57850da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/api-expectations/email-sign-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The email address of the user trying to sign in.
###### string
The password of the user trying to sign in

--

##### Request Body Example

~~~json
Expand Down Expand Up @@ -54,6 +56,8 @@ The unique identifier for the user's account.
###### string
The account provider type (email, github, facebook, etc.).

--

##### Success Response Body Example

~~~json
Expand Down Expand Up @@ -84,6 +88,8 @@ The time at which the token will expire.
###### string
The unique identifier for the current user.

--

##### Success Response Headers Example

~~~
Expand All @@ -104,6 +110,8 @@ This will an array containing any errors that the server encountered in processi

A list of errors that will be displayed to the user.

--

##### Error Response Body Example
~~~json
{
Expand Down

0 comments on commit 57850da

Please sign in to comment.