Appearance
https://api.multividas.com/rest/v1/threads/{thread:id}/comments
{ "content": "Nice !", "status": { "isAnonymously": true } }
{ "info": "The given data was invalid.", "code": 422, "meta": { "fields": { "content": [ "Content field is required." ] } } }
{ "data": { "id": "01hered6ssgz8en3prvn5kx1jp", "content": "Nice !", "isAnonymously": true, "likesCount": 0, "user": null, "tags": [], "createdAt": "2023-11-09T16:08:03.000000Z", }, "code": 200, "meta": {} }
Create Comment
Resource URL
https://api.multividas.com/rest/v1/threads/{thread:id}/comments
Resource Information
Parameters
Status Details
Request Body (JSON)
Response [422]
Response [201 Created]