PUT accounts/Notifications
Updates the value indicating whether or not the user should get notifications on his app
Request Information
URI Parameters
None.
Body Parameters
the notification flag
Flipr.Web.Api.Controllers.JsonWrappers.BoolWrapperName | Description | Type | Additional information |
---|---|---|---|
Value |
Gets or sets a value indicating whether or not the issue is adressed |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Value": true }
text/html
Sample:
{"Value":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
No content (http 204)
None.