Restore trashed comments
POST {{baseUrl}}/api/v1/communityComments/restore
This API restores comments that were trashed from forum topics.
OAuth Scope
Desk.community.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
commentIds (required) | <JSONArray> | Array of comment ids |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":"true","id":"103417000000528003","errors":"null"},{"success":"true","id":"103417000000528006","errors":"null"},{"success":"false","id":"103417000000528008","errors":{"errorCode":"FORBIDDEN","httpCode":"403"}}]}