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
Since you can fetch a JSON summary, you should be able to modify some of its values, and either call .save() which creates a new result, or call .update() which modifies the result. Probably also a good idea to have .delete() for removal of results.