post https://{server}/api2/repos//dir/shared_items/?p=
Update shared folder permissions.
- username, necessary if share_type is user
- group_id, necessary if share_type is group
Response
Update shared folder permissions.
xxxxxxxxxx
curl --request POST \
--url 'https://cloud.seafile.com/api2/repos/repo_id/dir/shared_items/?share_type=user&p=path' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: