You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@janackermann, can you provide me with an example curl request to rename a share?
I currently get a 409 Conflict response and don't know if my request is missing anything.
Nevermind... I found my mistake.
phil-davis
changed the title
Renaming a recieved share effects in sharees list api but not on single resource
Renaming a received share effects in sharees list api but not on single resource
Sep 6, 2022
Describe the bug
Renaming a recieved share effects in sharees list api but not on single resource
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
New name should be listed in path calling single get share
Actual behavior
Old (original) name listed in path calling single get share
NOTE: There is also a slight difference in the path property calling:
https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares?include_tags=false&state=all&shared_with_me=true
path contains /Shares/sharedFolder
while calling https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares/21da5f9d-2b7d-47e5-bf07-e3843c33d88f
path contains /folder
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: