mapseed / api

Legacy api for the Mapseed platform
https://mapseed.org
GNU General Public License v3.0
7 stars 7 forks source link

Support PATCH requests for Places and Submissions #163

Closed goldpbear closed 5 years ago

goldpbear commented 5 years ago

It would be convenient to support PATCH requests to the SubmissionInstanceView and PlaceInstanceView. This would make updating Submissions and Places easier via editor tools (as the client would only need to send data that has changed.) It would also make the system more robust to simultaneous users.

goldpbear commented 5 years ago

Closing, duplicate of https://github.com/jalMogo/mgmt/issues/225.