Skip to content

Commit

Permalink
Bring in new description for E0000022 (#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislehoux-okta authored Mar 22, 2023
1 parent b590b04 commit 4775157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@okta/vuepress-site/data/error-codes.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4775157

Please sign in to comment.