ChangeSpamStatus
Changes spam status of a comment
Input
| Name | Type | Description |
| Id | String | The id of the comment whose status needs to be changed |
| Spam | String | Value of spam status
The allowed values are yes, no. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |