PUT api/v2/me/preferences
Request Information
URI Parameters
None.
Body Parameters
UserPreferences| Name | Description | Type | Additional information |
|---|---|---|---|
| notifications | Collection of Notifications |
Required |
|
| AdditionalProperties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"notifications": [
{
"key": "battesimo",
"enabled": true,
"context": {},
"sample string 1": {},
"sample string 3": {}
},
{
"key": "battesimo",
"enabled": true,
"context": {},
"sample string 1": {},
"sample string 3": {}
}
],
"sample string 1": {},
"sample string 3": {}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.