- "user-caps" should be located in the request parameter instead of body in example
- Indicate how to add multiple admin capbabilies
Signed-off-by: Chu, Hua-Rong <hrchu@cht.com.tw>
:Description: The administrative capability to add to the user.
:Type: String
-:Example: ``usage=read, write``
+:Example: ``usage=read,write;user=write``
:Required: Yes
Response Entities
::
- PUT /{admin}/user?caps&format=json HTTP/1.1
+ PUT /{admin}/user?caps&user-caps=usage=read,write;user=write&format=json HTTP/1.1
Host: {fqdn}
Content-Type: text/plain
Authorization: {your-authorization-token}
- usage=read
Remove A User Capability