diff --git a/fossology/folders.py b/fossology/folders.py index b6075ed..76f18bf 100644 --- a/fossology/folders.py +++ b/fossology/folders.py @@ -80,7 +80,7 @@ def create_folder( The name of the new folder must be unique under the same parent. Folder names are case insensitive. - API Endpoint: POST /folders/{id} + API Endpoint: POST /folders :param parent: the parent folder :param name: the name of the folder diff --git a/fossology/uploads.py b/fossology/uploads.py index 9874812..baae28c 100644 --- a/fossology/uploads.py +++ b/fossology/uploads.py @@ -868,7 +868,7 @@ def change_upload_permissions( ): """Change the permission of an upload - API Endpoint: PUT /uploads/{id}/permission + API Endpoint: PUT /uploads/{id}/permissions :param upload: the upload to update :param group: the group you want to add or edit permission for this upload