mirror of https://gitee.com/bigwinds/arangodb
fixed misleading documentation
This commit is contained in:
parent
cd5c9b8327
commit
cdf8fbac7f
|
@ -180,9 +180,10 @@ An optional JSON object with arbitrary extra data about the user.
|
||||||
@RESTDESCRIPTION
|
@RESTDESCRIPTION
|
||||||
|
|
||||||
Replaces the data of an existing user. The name of an existing user
|
Replaces the data of an existing user. The name of an existing user
|
||||||
must be specified in user. You can only change the password of your
|
must be specified in *user*. When authentication is turned on in the
|
||||||
self. You need access to the *_system* database to change the
|
server, only users that have read and write permissions for the *_system*
|
||||||
*active* flag.
|
database can change other users' data. Additionally, a user can change
|
||||||
|
his/her own data.
|
||||||
|
|
||||||
@RESTRETURNCODES
|
@RESTRETURNCODES
|
||||||
|
|
||||||
|
@ -240,9 +241,10 @@ An optional JSON object with arbitrary extra data about the user.
|
||||||
@RESTDESCRIPTION
|
@RESTDESCRIPTION
|
||||||
|
|
||||||
Partially updates the data of an existing user. The name of an existing
|
Partially updates the data of an existing user. The name of an existing
|
||||||
user must be specified in *user*. You can only change the password of your
|
user must be specified in *user*. When authentication is turned on in the
|
||||||
self. You need access to the *_system* database to change the
|
server, only users that have read and write permissions for the *_system*
|
||||||
*active* flag.
|
database can change other users' data. Additionally, a user can change
|
||||||
|
his/her own data.
|
||||||
|
|
||||||
@RESTRETURNCODES
|
@RESTRETURNCODES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue