Corrected a mistake on disabling a user (elastic/x-pack-elasticsearch#1135)

Corrected a mistake on disabling a user, when it should be enabling.

Please review the changes.

Original commit: elastic/x-pack-elasticsearch@352997e427
This commit is contained in:
Chee Wee 2017-05-03 10:55:26 +08:00 committed by GitHub
parent 33c50f1201
commit 1e0caee90d
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ PUT /_xpack/security/user/jacknich/_disable
// TEST[continued]
[[security-api-enable-user]]
To disable a user, submit a PUT request to the
To enable a user, submit a PUT request to the
`/_xpack/security/user/<username>/_enable` endpoint:
[source,js]