mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 08:26:10 +00:00
Update entry point to get user info
This commit is contained in:
parent
bdcab895a5
commit
1c25cc7835
@ -48,7 +48,7 @@ public class GetRemoteUserInfoOperation extends RemoteOperation {
|
|||||||
private static final String TAG = GetRemoteUserInfoOperation.class.getSimpleName();
|
private static final String TAG = GetRemoteUserInfoOperation.class.getSimpleName();
|
||||||
|
|
||||||
// OCS Route
|
// OCS Route
|
||||||
private static final String OCS_ROUTE = "/index.php/ocs/cloud/user?format=json";
|
private static final String OCS_ROUTE = "/ocs/v1.php/cloud/user?format=json";
|
||||||
|
|
||||||
// JSON Node names
|
// JSON Node names
|
||||||
private static final String NODE_OCS = "ocs";
|
private static final String NODE_OCS = "ocs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user