PATCH api/v2/me

Request Information

URI Parameters

None.

Body Parameters

UpdateUserCommand
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.