Mark a player note as read
POST {{baseUrl}}/{{version}}/playernotes/read
By marking a note as read, it enables better feedback between players and coaches.
This endpoint was designed to show that the player read the feedback from the coach.
Request Body
[{"name"=>"playernote_ids", "value"=>"[1,2,3]", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"These playernotes have been marked as read","playernote_ids":"[1,2,3]"}