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

[Sharing-NG] unmount item from share will result in 200 status code #8731

Closed
Tracked by #8428
S-Panta opened this issue Mar 26, 2024 · 0 comments · Fixed by #8827 or owncloud/web#10776
Closed
Tracked by #8428

[Sharing-NG] unmount item from share will result in 200 status code #8731

S-Panta opened this issue Mar 26, 2024 · 0 comments · Fixed by #8827 or owncloud/web#10776
Assignees
Labels

Comments

@S-Panta
Copy link
Contributor

S-Panta commented Mar 26, 2024

Describe the bug

unmounting shares results in 200 response status code.

Steps to reproduce

1.create new file test.
2.share test for user einstein.
3 send API request to disable sync the share

curl -X DELETE 'https://host.docker.internal:9200/graph/v1beta1/drives/{drive-id}/items/{item-id}' -u einstein:relativity

Actual behavior

The staus code is 200.

Expected behavior

Swagger specifies that this endpoint will give 204 status code. What should expected response be?

@rhafer rhafer added the Priority:p3-medium Normal priority label Apr 3, 2024
@rhafer rhafer changed the title unmount item from share will result in 200 status code [Sharing-NG] unmount item from share will result in 200 status code Apr 3, 2024
@2403905 2403905 self-assigned this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
3 participants