Close Threads with Comments

Closes a thread and leaves a comment.

Permissions

  ----
  Permissions:INTEGRATOR,OPERATOR
  ----

HTTP Request

POST /api/v1/threads/close/force/1 HTTP/1.1
Content-Type: application/json
Content-Length: 27
Host: localhost:8080
{
  "comment" : "comment"
}

Example of a Successful HTTP Response

HTTP/1.1 200 OK