Skip to content

Commit

Permalink
Update _get-token.md
Browse files Browse the repository at this point in the history
Resolved error code descriptions
  • Loading branch information
nick-gagliardi committed Sep 27, 2023
1 parent b69716c commit 198f756
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 403 BAD REQUEST
HTTP/1.1 403 Forbidden
Content-Type: application/json
{
// Can be retried
Expand All @@ -448,7 +448,7 @@ Content-Type: application/json
```

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

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

0 comments on commit 198f756

Please sign in to comment.