Reference for http://www.bungie.net/Platform/Forum/ChangeLockState/{topicId}/{newLockState}/
Allows admins to lock or unlock topics.
Url: http://www.bungie.net/Platform/Forum/ChangeLockState/{topicId}/{newLockState}/
HTTP Method: POST
Requires Sign-in: true
Url Parameters:
| Parameter Name | Description |
|---|---|
| topicId | The post id of the topic to change the lock state. |
| newLockState | The new lock state of the topic, 0 is unlocked, anything else is locked. |
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
}