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
Once an item is mounted via API, it retuns 201 status code as specified in swagger with body content of drive item. But, hitting API a second time, it still returns 201 status code but nothing get returned in body
Steps to reproduce
1.Login to ocis as admin
2.create a folder test and share to einstein
3. click disable sync.
4. Send API request to mount resource
Describe the bug
Once an item is mounted via API, it retuns
201
status code as specified in swagger with body content of drive item. But, hitting API a second time, it still returns201
status code but nothing get returned in bodySteps to reproduce
1.Login to ocis as
admin
2.create a folder
test
and share toeinstein
3. click disable sync.
4. Send API request to mount resource
Actual behavior
The status code is 201 with empty body
Same is true while unmounting resource.
The text was updated successfully, but these errors were encountered: