Removed duplicate parameter in v2-admin api-ref

user_id was listed twice under the update user request parameters.
This fix removes the duplicated parameter.

Change-Id: I9c70aff00f151c4907101335174adf3624d4f686
This commit is contained in:
gage hugo 2016-07-20 19:00:07 -05:00
parent c70e69b317
commit 0e6752b7f5

View File

@ -132,7 +132,6 @@ Request
- enabled: enabled
- email: email
- name: name
- userId: userId
Request Example
---------------