FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Schema dei dati della decisione di approvazione"
{ "approvalId": "string", "triggerId": "string", "toolName": "ban_user | mark_comment_spam | ...", "actionType": 10, "status": "APPROVED | REJECTED | EXECUTION_FAILED", "decidedBy": "string - the userId of the moderator who decided", "decidedAt": "string - ISO 8601 - optional, only present once decided", "executedAt": "string - ISO 8601 - present when APPROVED and execution finished", "executionResult": "string - executor result message - present after execute", "contextSnapshot": { /* same as approval.requested */ } }
Result