Loading rpc/methods.py +2 −2 Original line number Diff line number Diff line Loading @@ -2845,7 +2845,7 @@ def picture_rotate_crop( @_rpc_groups(["Resources", "Collections"]) def remove_selection(user: User, parent_collection_id: int, selection: dict) -> bool: """ Will mass remove items based on parent collection Will mass remove items (resources AND collections) based on parent collection Use such an object for inclusion/exclusion: Loading Loading @@ -2913,7 +2913,7 @@ def move_selection( user: User, from_collection_id: int, selection: dict, to_collection_id: int ) -> Dict[str, Dict]: """ Will mass move items based on parent collection and destination collection Will mass move items (resources AND collections) based on parent collection and destination collection Use such an object for inclusion/exclusion: Loading Loading
rpc/methods.py +2 −2 Original line number Diff line number Diff line Loading @@ -2845,7 +2845,7 @@ def picture_rotate_crop( @_rpc_groups(["Resources", "Collections"]) def remove_selection(user: User, parent_collection_id: int, selection: dict) -> bool: """ Will mass remove items based on parent collection Will mass remove items (resources AND collections) based on parent collection Use such an object for inclusion/exclusion: Loading Loading @@ -2913,7 +2913,7 @@ def move_selection( user: User, from_collection_id: int, selection: dict, to_collection_id: int ) -> Dict[str, Dict]: """ Will mass move items based on parent collection and destination collection Will mass move items (resources AND collections) based on parent collection and destination collection Use such an object for inclusion/exclusion: Loading