API support for bulk object updates/edits (put/patch) #4882
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
Environment
Proposed Functionality
Allow for bulk editing (put/patch) of devices (preferably any object) through API end-points.
Related issue (bulk deletes): #3436
Use Case
Currently, iterative updates to objects doesn't scale well and API support for a single call to edit multiple objects via the API could streamline various access patterns. More generally though, since bulk create (post) is already supported, and the bulk delete enhancement proposal was accepted, it would be nice to have this as well for completeness' sake. Similar to bulk delete, since the web interface also supports this, I can see official support in the API simplifying the web interface code as well.
The text was updated successfully, but these errors were encountered: