mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 10:58:50 +01:00
Improve comments
This commit is contained in:
parent
afa40e02f8
commit
0a04d2da7d
1 changed files with 3 additions and 0 deletions
|
@ -537,6 +537,9 @@ class _OcsFilesSharingShares {
|
||||||
|
|
||||||
/// Get Shares from a specific file or folder
|
/// Get Shares from a specific file or folder
|
||||||
///
|
///
|
||||||
|
/// If [sharedWithMe] is not null, [subfiles] and [path] are ignored. This is
|
||||||
|
/// a limitation of the server API.
|
||||||
|
///
|
||||||
/// See: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#get-shares-from-a-specific-file-or-folder
|
/// See: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#get-shares-from-a-specific-file-or-folder
|
||||||
/// See: https://doc.owncloud.com/server/latest/developer_manual/core/apis/ocs-share-api.html#get-all-shares
|
/// See: https://doc.owncloud.com/server/latest/developer_manual/core/apis/ocs-share-api.html#get-all-shares
|
||||||
Future<Response> get({
|
Future<Response> get({
|
||||||
|
|
Loading…
Reference in a new issue