Skip to content

Commit

Permalink
Merge pull request #4863 from himeshsiriwardana/is-7-issues-11-18
Browse files Browse the repository at this point in the history
fixed an error in user store management API
  • Loading branch information
himeshsiriwardana authored Nov 18, 2024
2 parents bc0fbd3 + ab9020d commit 7849a68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions en/asgardeo/docs/apis/restapis/user-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ paths:
-d '[
{
"operation": "REPLACE",
"path": "/properties/disabled",
"path": "/properties/Disabled",
"value": "true"
}
]'
Expand Down Expand Up @@ -871,7 +871,7 @@ components:
path:
type: string
description: A JSON-Pointer
example: /properties/disabled
example: /properties/Disabled
value:
type: string
description: The value to be used within the operations
Expand Down
4 changes: 2 additions & 2 deletions en/identity-server/7.0.0/docs/apis/restapis/user-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ paths:
-d '[
{
"operation": "REPLACE",
"path": "/properties/disabled",
"path": "/properties/Disabled",
"value": "true"
}
]'
Expand Down Expand Up @@ -880,7 +880,7 @@ components:
path:
type: string
description: A JSON-Pointer
example: /properties/disabled
example: /properties/Disabled
value:
type: string
description: The value to be used within the operations
Expand Down
4 changes: 2 additions & 2 deletions en/identity-server/next/docs/apis/restapis/user-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ paths:
-d '[
{
"operation": "REPLACE",
"path": "/properties/disabled",
"path": "/properties/Disabled",
"value": "true"
}
]'
Expand Down Expand Up @@ -880,7 +880,7 @@ components:
path:
type: string
description: A JSON-Pointer
example: /properties/disabled
example: /properties/Disabled
value:
type: string
description: The value to be used within the operations
Expand Down

0 comments on commit 7849a68

Please sign in to comment.