formtools / api

The Form Tools API.
https://docs.formtools.org/api/
15 stars 16 forks source link

Add update and delete submission methods to API #11

Open benkeen opened 6 years ago

benkeen commented 6 years ago

See: https://github.com/formtools/core/issues/160

benkeen commented 6 years ago

N.B. Adding it in is pretty trivial but we'll need to update the Submission Pre Parser module at the same time.

uprjfc commented 6 years ago

Could update and delete have a generic where statement rather than just ID. Or a function to find an ID using a generic where statement.

benkeen commented 6 years ago

Yeah, that'd be handy too. Thanks @uprjfc - good idea.