From d754ffa30bf67a1ba254e331de59109da89d4d09 Mon Sep 17 00:00:00 2001 From: nick-gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:58:26 -0400 Subject: [PATCH] Update _get-token.md Fixed incorrect response codes --- articles/api/authentication/api-authz/_get-token.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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