Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Fields missing in delete share OCS response #356

Closed
individual-it opened this issue Jul 8, 2020 · 1 comment
Closed

Fields missing in delete share OCS response #356

individual-it opened this issue Jul 8, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@individual-it
Copy link
Member

deleting share response

OCIS

<?xml version="1.0" encoding="UTF-8"?>
<ocs><meta><status>ok</status><statuscode>200</statuscode><message>OK</message></meta></ocs>

oc10

<?xml version="1.0"?>
<ocs>
 <meta>
  <status>ok</status>
  <statuscode>100</statuscode>
  <message/>
  <totalitems></totalitems>
  <itemsperpage></itemsperpage>
 </meta>
 <data/>
</ocs>

ocis misses totalitems, itemsperpage & specially the data entry

@individual-it individual-it added the bug Something isn't working label Jul 8, 2020
@individual-it
Copy link
Member Author

closing in favour of owncloud/ocis#721

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant