diff --git a/en/asgardeo/docs/apis/restapis/user-store.yaml b/en/asgardeo/docs/apis/restapis/user-store.yaml index 673e2673a3..0e7a50679d 100644 --- a/en/asgardeo/docs/apis/restapis/user-store.yaml +++ b/en/asgardeo/docs/apis/restapis/user-store.yaml @@ -351,7 +351,7 @@ paths: -d '[ { "operation": "REPLACE", - "path": "/properties/disabled", + "path": "/properties/Disabled", "value": "true" } ]' @@ -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 diff --git a/en/identity-server/7.0.0/docs/apis/restapis/user-store.yaml b/en/identity-server/7.0.0/docs/apis/restapis/user-store.yaml index 7a68c6df5d..f674b3f01f 100644 --- a/en/identity-server/7.0.0/docs/apis/restapis/user-store.yaml +++ b/en/identity-server/7.0.0/docs/apis/restapis/user-store.yaml @@ -352,7 +352,7 @@ paths: -d '[ { "operation": "REPLACE", - "path": "/properties/disabled", + "path": "/properties/Disabled", "value": "true" } ]' @@ -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 diff --git a/en/identity-server/next/docs/apis/restapis/user-store.yaml b/en/identity-server/next/docs/apis/restapis/user-store.yaml index 7a68c6df5d..f674b3f01f 100644 --- a/en/identity-server/next/docs/apis/restapis/user-store.yaml +++ b/en/identity-server/next/docs/apis/restapis/user-store.yaml @@ -352,7 +352,7 @@ paths: -d '[ { "operation": "REPLACE", - "path": "/properties/disabled", + "path": "/properties/Disabled", "value": "true" } ]' @@ -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