Votes, notifications & discussions
POST /threads/{id}/replies Session only
Reply to a thread.
Path parameters
idinteger required- The thread id.
Body
bodystring required- Your reply.
curl -X POST "https://freehire.me/api/v1/threads/31/replies" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"body":"Two rounds, both technical."}'{ "data": { "id": 88 } }