Commit 7c030580 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

improve doc block

parent b7b3b6f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:

@@ -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: