Skip to content

Commit

Permalink
- fix 401 ERROR CODE in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jandusil committed May 20, 2024
1 parent 2706d33 commit accabca
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/API-Admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -158,7 +158,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -223,7 +223,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -298,7 +298,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -399,7 +399,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -471,7 +471,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -517,7 +517,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -550,7 +550,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -608,7 +608,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -661,7 +661,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -748,7 +748,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -824,7 +824,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down Expand Up @@ -872,7 +872,7 @@ Invalid username or password was provided while calling the service.
{
"status": "ERROR",
"responseObject": {
"code": "HTTP_401",
"code": "ERROR_AUTHENTICATION",
"message": "Unauthorized"
}
}
Expand Down

0 comments on commit accabca

Please sign in to comment.