Request
Body Params application/json
{"comment_text":"Hi Dinesh, How are you!"}
Request Code Samples
curl --location --request PATCH 'https://api.shorterloop.com/api/comments/156' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '{"comment_text":"Hi Dinesh, How are you!"}'
Responses
application/json {
"success": true,
"data": {
"id": 156,
"feedback_item_id": 810,
"solution_id": null,
"comment_text": "333",
"is_pinned": null,
"is_anonymous": null,
"replied_for": null,
"subscription_id": 1346,
"user_id": 17355,
"created_at": "2024-07-11T12:17:07.000Z",
"updated_at": "2024-07-11T12:17:17.000Z"
}
}
Modified at 2024-07-15 04:43:16