Skip to main content
POST
Hide or unhide a comment
Hides or unhides a comment. Hidden comments stay visible to their author and their friends.

Authentication

Use the hmat_ channel token from GET /meta/channels/{id}/token or hookmyapp channels token <channel>. Do not use an hmok_ API key for this call.

Path parameters

string
required
The comment to hide or unhide, {postId}_{commentId} or numeric.

Request body

boolean
required
true to hide, false to unhide.

Example

Successful response