When i tried the API "Mark as Read Forum" Endpoint error was thrown below:
Example:
method : POST
url : http//myhome/api.ashx/v2/forums/2/read.json
request headers:
Authorization : OAuth token
Rest-Method : PUT
Request Body:
{ "HasRead" : "True"}
Response:
{ "": null, "Errors": [ "HasRead is required" ]}
The request body should be application/x-www-form-urlencoded encoded, not JSON. The content type should be specified as such and the body would be HasRead=True
yes it working, but the info you gave was never detailed in the documentation https://community.telligent.com/community/10/w/api-documentation/61540/mark-as-read-forum-rest-endpoint