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
"update many by query" similar to the one above but instead of providing a list of ID's you provide a query to filter items to be updated with a single object.
The "Update Multiple Items" section in the API reference is missing 2 supported methods of doing multiple updates.
On this page https://directus.io/docs/api/items#update-multiple-items we are currently documenting the "update many by keys" approach, here you provide a list of
keys
and one single object to update all keys with.We also support the following approaches:
The text was updated successfully, but these errors were encountered: