You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The report endpoint already accepts payload for the DMs report on the game session.
We would like it to also accept data for the report_notes field in the GameSession model (see issue: #15 ).
As a part of this story, we should refactor this action and add separate serializer for the data payload sent there. For players list we can use ListField with Integers).
The
report
endpoint already accepts payload for the DMs report on the game session.We would like it to also accept data for the
report_notes
field in the GameSession model (see issue: #15 ).As a part of this story, we should refactor this action and add separate serializer for the data payload sent there. For players list we can use ListField with Integers).
Blocked by: #15
The text was updated successfully, but these errors were encountered: