FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "승인 결정 데이터 스키마"
{ "approvalId": "string", "triggerId": "string", "toolName": "ban_user | mark_comment_spam | ...", "actionType": 10, "status": "APPROVED | REJECTED | EXECUTION_FAILED", "decidedBy": "string - 결정을 내린 중재자의 userId", "decidedAt": "string - ISO 8601 - 선택적, 결정된 후에만 존재", "executedAt": "string - ISO 8601 - APPROVED이고 실행이 완료되었을 때 존재", "executionResult": "string - 실행자 결과 메시지 - 실행 후 존재", "contextSnapshot": { /* approval.requested와 동일 */ } }
Result