Request
Body Params application/json
{
"text": "string",
"argumentType": "support",
"parentCommentId": "string"
}
Request samples
curl --location --request POST 'https://api.sqabl.com/v1/post//comment' \
--header 'Authorization: Bearer some-random-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"argumentType": "support",
"parentCommentId": "string"
}'
Responses
application/json {
"data": {
"post": {
"id": "string",
"totalComments": 10
},
"comment": {
"...v2-comment...": "...props..."
}
}
}
Modified at 2025-07-05 07:54:06