curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/comments/:commentId/moderation \
--header 'Content-Type: application/json' \
--data '
{
"action": "<string>",
"reason": "<string>"
}
'{
"message": "<string>",
"moderationStatus": "<string>"
}Approve or remove a comment within a space
curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/comments/:commentId/moderation \
--header 'Content-Type: application/json' \
--data '
{
"action": "<string>",
"reason": "<string>"
}
'{
"message": "<string>",
"moderationStatus": "<string>"
}"approve" or "remove"."approved" or "removed".