From b1dbab2b6b65fa2e6d0e9fe4a31646b842b0d67a Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Fri, 19 Jun 2015 14:30:04 -0700 Subject: [PATCH] auth: minor fix for user section --- Documentation/auth_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/auth_api.md b/Documentation/auth_api.md index e4dce5180..8e8728cab 100644 --- a/Documentation/auth_api.md +++ b/Documentation/auth_api.md @@ -120,7 +120,7 @@ The User JSON object is formed as follows: } ``` -Password is only passed when necessary. Last Modified is set by the server and ignored in all client posts. +Password is only passed when necessary. **Get a list of users** @@ -171,7 +171,7 @@ PUT /v2/auth/users/charlie Possible Status Codes: 200 OK 403 Forbidden - 409 Conflict (if exists) + 409 Conflict (when granting duplicated roles or revoking non-existing roles) 200 Body: (empty) **Remove A User**