From 2e46c20d3004f2aabcba2418355e496dec5e3605 Mon Sep 17 00:00:00 2001 From: peterdamian Date: Thu, 16 Nov 2017 20:35:29 -0500 Subject: [PATCH] Fix malformed URL --- developer_manual/core/ocs-share-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/core/ocs-share-api.rst b/developer_manual/core/ocs-share-api.rst index 8b127a933..19bd8e61b 100644 --- a/developer_manual/core/ocs-share-api.rst +++ b/developer_manual/core/ocs-share-api.rst @@ -146,7 +146,7 @@ Create a new Federated Cloud Share ---------------------------------- Creating a federated cloud share can be done via the local share endpoint, using -(int) 6 as a shareType and the `Federated Cloud ID `_ +(int) 6 as a shareType and the `Federated Cloud ID `_ of the share recipient as shareWith. See `Create a new Share`_ for more information.