Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #26

Open
wants to merge 1 commit into
base: 1.0.1
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions api/user_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7856,7 +7856,7 @@ paths:
/api/v2.1/repos/batch/:
post:
tags:
- Share batch operation
- Share to user/group
summary: Batch share libraries to user/group
description: Batch sharing existing libraries with user/group.
security:
Expand Down Expand Up @@ -7925,7 +7925,7 @@ paths:
/api2/repos/{repo_id}/dir/shared_items/p={path}:
put:
tags:
- Share folder
- Share to user/group
summary: Share a folder
description: |-
Share folders with other users and groups.
Expand Down Expand Up @@ -8000,7 +8000,7 @@ paths:
/api/v2.1/shared-folders/:
get:
tags:
- Share folder
- Share to user/group
summary: List shared folders
description: Return all shared folder information.
security:
Expand Down Expand Up @@ -8066,7 +8066,7 @@ paths:
/api2/repos/{repo_id}/dir/shared_items/?p={path}:
post:
tags:
- Share folder
- Share to user/group
summary: Update folder share permission
description: |-
Update shared folder permissions.
Expand Down Expand Up @@ -8104,7 +8104,7 @@ paths:

delete:
tags:
- Share folder
- Share to user/group
summary: Remove the specified shared folder
description: |-
- username, necessary if share_type is user
Expand Down
Loading