From 477515718dc82d081ac077f641273c018c0d8856 Mon Sep 17 00:00:00 2001 From: francoislehoux-okta Date: Wed, 22 Mar 2023 09:53:54 -0400 Subject: [PATCH] Bring in new description for E0000022 (#4046) --- packages/@okta/vuepress-site/data/error-codes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/@okta/vuepress-site/data/error-codes.json b/packages/@okta/vuepress-site/data/error-codes.json index b2d402e038e..b7a80d3b71a 100644 --- a/packages/@okta/vuepress-site/data/error-codes.json +++ b/packages/@okta/vuepress-site/data/error-codes.json @@ -1,6 +1,6 @@ { - "release" : "2023.03.1", - "build" : "2023.03.1-begin-155-g0a3aa94c1bba", + "release" : "2023.03.3", + "build" : "2023.03.3-begin-192-gafdc9578ab76", "errors" : [ { "title" : "API validation exception", "includesExceptionMessage" : true, @@ -176,7 +176,7 @@ "statusReasonPhrase" : "Method Not Allowed", "errorCode" : "E0000022", "errorSummary" : "The endpoint does not support the provided HTTP method", - "errorDescription" : null + "errorDescription" : "The endpoint does not support the provided HTTP method. This is a general error that signifies the API call being made is not allowed based on either a lack of permissions for the sender or an invalid token being sent alongside the call. Check you're sending the correct HTTP Verb and authorization header with the request. Check that API access, user authorization and the feature you want to access have all been enabled for your org. Finally, check if OAuth provider will accept a token generated by Okta as some do not." }, { "title" : "App user exception", "includesExceptionMessage" : false,