Write a note for the player
POST {{baseUrl}}/{{version}}/playernotes/create
Pass the optional playernote_share_with_player
flag if you want to share the note with your player.
Request Body
[{"name"=>"user_id", "value"=>"1", "datatype"=>"number"}, {"name"=>"indicator_id", "value"=>"7", "datatype"=>"number"}, {"name"=>"playernote_note", "value"=>"Improving since last game but still need some work", "datatype"=>"string"}, {"name"=>"playernote_score", "value"=>"4", "datatype"=>"number"}, {"name"=>"playernote_share_with_player", "value"=>"0", "datatype"=>"number"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"The new playernote has been created successfully","playernote_id":118}