PUT api/Users/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
UpdateUserArgsName | Description | Type | Additional information |
---|---|---|---|
Comments | string |
None. |
|
State | UserState |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Comments": "sample string 1", "State": 0, "Password": "sample string 2" }
Response Information
Resource Description
None.