Closed neongreen closed 5 years ago
The frontend send the following payload:
{ "title":"Data structures", "group":"Basics", "status":{"name":"Complete","value":"CategoryFinished"}, "sections":[] }
The backend expects just "status":"CategoryFinished", i.e. a string not an object.
"status":"CategoryFinished"
Funnily, Submit works if I edit the status before submitting, but doesn't work if I only change the title.
Submit
The frontend send the following payload:
The backend expects just
"status":"CategoryFinished"
, i.e. a string not an object.