diff --git a/v2.0/src/samples/credentials.xml b/v2.0/src/samples/credentials.xml index 8efa9f2e..b4e462f2 100644 --- a/v2.0/src/samples/credentials.xml +++ b/v2.0/src/samples/credentials.xml @@ -1,5 +1,5 @@ - + diff --git a/v3/src/markdown/identity-api-v3.md b/v3/src/markdown/identity-api-v3.md index c3280a09..41021e8a 100644 --- a/v3/src/markdown/identity-api-v3.md +++ b/v3/src/markdown/identity-api-v3.md @@ -1382,7 +1382,7 @@ sufficient to uniquely identify the `user`. Example request: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } } @@ -1404,7 +1404,7 @@ be specified in order to uniquely identify the `user`. Example request: "id": "1789d1" }, "name": "Joe", - "password": "secrete" + "password": "secretsecret" } } } @@ -1426,7 +1426,7 @@ Example request: "name": "example.com" }, "name": "Joe", - "password": "secrete" + "password": "secretsecret" } } } @@ -1471,7 +1471,7 @@ uniquely identify a `project`. Example request: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1495,7 +1495,7 @@ also be specified in order to uniquely identify the `project`. Example request: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1522,7 +1522,7 @@ Alternatively, a `domain` `name` may be used to uniquely identify the "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1549,7 +1549,7 @@ equivalent results. Example request specifying a domain by `id`: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1572,7 +1572,7 @@ Example request specifying a domain by `name`: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -2907,7 +2907,7 @@ Request: "email": "jdoe@example.com", "enabled": true, "name": "James Doe", - "password": "chang3me" + "password": "secretsecret" } } @@ -2974,8 +2974,8 @@ Request: { "user": { - "password": "chang3me", - "original_password": "secrete" + "password": "old_secretsecret", + "original_password": "secretsecret" } }