Update Member Record Points
This endpoint allows you to update a disciplinary record's points
Last updated
Was this helpful?
Was this helpful?
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "UPDATE_MEMBER_RECORD_POINTS",
"data": {
"recordId": "123",
"points": 10, // How many points this disciplinary record incurs
}
}