ChangeSpamStatus
Updates a comment's spam status, toggling between spam and non-spam classification.
Input
| Name | Type | Description |
| Id | String | The ID of the comment whose spam status should be updated. |
| Spam | String | Specifies whether the comment should be marked as spam or not.
The allowed values are yes, no. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the spam status update completed successfully. |
| Details | String | Additional information or context about the execution of the spam status change operation. |