From 86fd325784027388983a2480e0352d92b1d74e14 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 11 Apr 2026 07:22:43 +0200 Subject: [PATCH] sharing/doc: bugfix --- SHARING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SHARING.md b/SHARING.md index 7fc128a9..0a3ab314 100644 --- a/SHARING.md +++ b/SHARING.md @@ -406,7 +406,7 @@ List shares (optional with filter) either owned or assigned as user. ###### form->text ("all") ```bash -curl -u user:$userpw -d "" http://localhost:5232/.sharing/v1/map/list://localhost:5232/.sharing/v1/map/list +curl -u user:$userpw -d "" http://localhost:5232/.sharing/v1/all/list ApiVersion=1 Lines=1 Status='success' @@ -417,7 +417,7 @@ Content[0]="map;/user/cal1-from-owner/;/owner/testcalendar1/;owner;user;r;True;T ###### form->csv ("map" only) ```bash -curl -H "accept: text/csv" -u user:$userpw -d "" http://localhost:5232/.sharing/v1/map/list://localhost:5232/.sharing/v1/map/list +curl -H "accept: text/csv" -u user:$userpw -d "" http://localhost:5232/.sharing/v1/map/list ShareType;PathOrToken;PathMapped;Owner;User;Permissions;EnabledByOwner;EnabledByUser;HiddenByOwner;HiddenByUser;TimestampCreated;TimestampUpdated;Properties map;/user/cal1-from-owner/;/owner/testcalendar1/;owner;user;r;True;False;False;True;1772747277;1772747277; ```