-
-
Notifications
You must be signed in to change notification settings - Fork 686
Open
Description
Can it be possible to do a "patch" style request to a REST endpoint? The only update mechanism right now appears to be a full upsert, where you have to include all of the object's fields.
This means that to do an update, you need to first GET, and then POST the entire updated value. Because these don't happen atomically, this can create a problematic race condition if the UI pushes other updates to the object between the GET and POST that get obliterated.
(TBH, I'm pretty sure the correct answer here is "Dusty stop abusing the REST endpoints.")
Metadata
Metadata
Assignees
Labels
No labels