Skip to content

Commit

Permalink
add new mistake to partner doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Victory12 committed Oct 16, 2019
1 parent cebd41f commit c437c8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/partner_mcs_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,16 @@ X-req-id: 2NrqrYuki
"key":"partner"
}
```
### Ответ при невалидном токене ( заголовке авторизации )
```
HTTP/2 401
Content-Type: application/json
date: Wed, 16 Oct 2019 17:27:16 GMT
X-req-id: 2NrqrYuki
```
```
{
"code":"CONDITION/UNAUTHORIZED",
"message":"Access Token invalid"
}
```

0 comments on commit c437c8c

Please sign in to comment.