11-13-2016 23:19
11-13-2016 23:19
I'm thinking of writing an app which gives users extended abilities to edit existing activity logs, adding more details for automatically recognised or manually selected exercises.
However, I have studied the API and although there are obvious endpoints to retrieve, delete and add activity logs, there doesn't seem to be one to update a log.
Am I missing something?
Thanks
Andrew
11-15-2016 13:02
11-15-2016 13:02
@akjohnston Nope, you're not missing anything. Currently you can only get/add/delete activity logs. You would have to retrieve an existing log, add a new one with updated values, then delete the old log.
11-15-2016 21:53
11-15-2016 21:53
Presumably that means I would lose any links to, for example, time series data.
Is there any plan to provide an API for activity log updates? It's an obvious omission...
Thanks
Andrew