diff --git a/articles/api/authentication/api-authz/_get-token.md b/articles/api/authentication/api-authz/_get-token.md index 8f0dc5a9f9..6fddc48283 100644 --- a/articles/api/authentication/api-authz/_get-token.md +++ b/articles/api/authentication/api-authz/_get-token.md @@ -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 @@ -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 @@ -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