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:
parent
33c50f1201
commit
1e0caee90d
|
@ -146,7 +146,7 @@ PUT /_xpack/security/user/jacknich/_disable
|
||||||
// TEST[continued]
|
// TEST[continued]
|
||||||
|
|
||||||
[[security-api-enable-user]]
|
[[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:
|
`/_xpack/security/user/<username>/_enable` endpoint:
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
|
|
Loading…
Reference in New Issue