Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fossology/folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fossology/uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down