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
In a table A that has a list of objects B, is it possible to append an object?
The alternative would be to retrieve the list, add an object to it, and upload the modified list.
The problem with this solution is that the local object A could become stale between the GET and the PATCH. Making the whole system inconsistent.
The text was updated successfully, but these errors were encountered:
In a table A that has a list of objects B, is it possible to append an object?
The alternative would be to retrieve the list, add an object to it, and upload the modified list.
The problem with this solution is that the local object A could become stale between the GET and the PATCH. Making the whole system inconsistent.
The text was updated successfully, but these errors were encountered: