Votes, notifications & discussions
POST /threads/{id}/close Moderator
Close a thread.
Path parameters
idinteger required- The thread id.
curl -X POST "https://freehire.me/api/v1/threads/31/close" -b cookies.txt{ "data": { "id": 31, "closed": true } }