Reference for http://www.bungie.net/Platform/Forum/MarkReplyAsAnswer/{answerPostId}/{topicPostId}/
Marks a 1st level reply as an answer to a topic marked as a question, clearing any existing posts marked as answers.
Url: http://www.bungie.net/Platform/Forum/MarkReplyAsAnswer/{answerPostId}/{topicPostId}/
HTTP Method: POST
Requires Sign-in: true
Url Parameters:
| Parameter Name | Description |
|---|---|
| answerPostId | The post id of the answer. |
| topicPostId | The post id of the question/topic. |
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": false,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null,
"DetailedErrorTrace": null
}