forum-threads

[MOD+] Lock or unlock a thread.

<h3><strong>MOD+</strong></h3> This endpoint will lock or unlock a thread.
post/forum-threads/{threadID}/lock

Path parameters

threadIDinteger required

ID of the forum thread.

Response

Successful POST Forum-Threads Lock JSON response.

object required

Example response

{
  "data": {
    "isLocked": false
  }
}

Changes