Skip to content

Commit

Permalink
Update _get-token.md
Browse files Browse the repository at this point in the history
Fixed incorrect response codes
  • Loading branch information
nick-gagliardi committed Sep 25, 2023
1 parent f54ed40 commit d754ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/api/authentication/api-authz/_get-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Content-Type: application/json
```

```JSON
HTTP/1.1 400 BAD REQUEST
HTTP/1.1 403 BAD REQUEST
Content-Type: application/json
{
// Can be retried
Expand All @@ -448,7 +448,7 @@ Content-Type: application/json
```

```JSON
HTTP/1.1 400 BAD REQUEST
HTTP/1.1 429 BAD REQUEST
Content-Type: application/json
{
// Can be retried
Expand All @@ -458,7 +458,7 @@ Content-Type: application/json
```

```JSON
HTTP/1.1 400 BAD REQUEST
HTTP/1.1 403 BAD REQUEST
Content-Type: application/json
{
// Cannot be retried; transaction failed
Expand Down

0 comments on commit d754ffa

Please sign in to comment.