PATCH api/v2/me
Request Information
URI Parameters
None.
Body Parameters
UpdateUserCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| newsletter | boolean |
None. |
|
| AdditionalProperties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"newsletter": true,
"sample string 1": {},
"sample string 3": {}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.