Procházet zdrojové kódy

Merge pull request #3020 from xiang90/auth_doc

auth: minor fix for user section
Xiang Li před 10 roky
rodič
revize
b26b827780
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      Documentation/auth_api.md

+ 2 - 2
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**
 **Get a list of users**
 
 
@@ -171,7 +171,7 @@ PUT  /v2/auth/users/charlie
     Possible Status Codes:
     Possible Status Codes:
         200 OK
         200 OK
         403 Forbidden
         403 Forbidden
-        409 Conflict (if exists)
+        409 Conflict (when granting duplicated roles or revoking non-existing roles)
     200 Body: (empty)
     200 Body: (empty)
 
 
 **Remove A User**
 **Remove A User**