Reference for http://www.bungie.net/Platform/User/MessageFlags/Success/Update/{flags}/
Updates message flags for the 'success' category of UI messages for a user.
Url: http://www.bungie.net/Platform/User/MessageFlags/Success/Update/{flags}/
HTTP Method: POST
Requires Sign-in: true
Url Parameters:
| Parameter Name | Description |
|---|---|
| flags | The new flags value for this user. |
Request/Response Body Formats:
| Message Direction | Format | Body |
|---|---|---|
| Request | Unknown | The request body is a byte stream. |
| Response | JSON | JSON object |
The following is an example of a response JSON body for this method.
{
"Response": 0,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null,
"DetailedErrorTrace": null
}