From 866b87009262f9d380427e0dea14f860c96eedea Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 24 Feb 2026 20:36:39 +0100 Subject: [PATCH] sharing: update doc related to numeric API version --- SHARING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SHARING.md b/SHARING.md index 4432802d..62750c61 100644 --- a/SHARING.md +++ b/SHARING.md @@ -144,7 +144,7 @@ PermittedCreateCollectionByToken=True ``` curl -u user:pass --silent -H "accept: application/json" -d "" http://localhost:5232/.sharing/v1/all/info | jq { - "ApiVersion": "1", + "ApiVersion": 1, "Status": "success", "FeatureEnabledCollectionByMap": true, "PermittedCreateCollectionByMap": true,