Closed dpakach closed 9 months ago
@dpakach your OCIS example is with v1.php
and the oC10 example is with v2.php
- those do have different ocs
status codes anyway.
@dpakach your OCIS example is with
v1.php
and the oC10 example is withv2.php
- those do have differentocs
status codes anyway.
Yes, updated now. But the result is still same
Also same result for shares
❯ curl https://localhost:9200/ocs/v2.php/apps/files_sharing/api/v1/shares/716sdfdsf -u admin:admin -k
<?xml version="1.0" encoding="UTF-8"?>
<ocs><meta><status>error</status><statuscode>998</statuscode><message>share not found</message></meta></ocs>%
the ocs status code when requesing user that doesn't exists should be 404 but returns 998
on OC10