Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MinerGate committed Feb 3, 2016
1 parent 8227641 commit 89eb316
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ _Example parameters_:
}
```

_Example success response_:
```json
{
"token": "1c2VySWQiOiJibGFja19sdWdhMkBtYW1c2VySWQiOiJibGFja19sdWdhMkBtYW1c2VySWQiOiJibGFja19sdWdhMkBtYW"
}
```
This token should be used in authorized requests.

_Possible errors_:
```json
{
Expand All @@ -145,6 +137,13 @@ _Possible errors_:
}
```

_Example success response_:
```json
{
"token": "1c2VySWQiOiJibGFja19sdWdhMkBtYW1c2VySWQiOiJibGFja19sdWdhMkBtYW1c2VySWQiOiJibGFja19sdWdhMkBtYW"
}
```
This token should be used in authorized requests. Put it to the authorization request header to perform.


### Authorized API methods
Expand Down

0 comments on commit 89eb316

Please sign in to comment.