From cf2d1b242746eb49a52c7d199744a6883f89448d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 19 Oct 2016 12:38:25 +0200 Subject: Move federated share notifications to ROS Signed-off-by: Joas Schilling --- lib/public/RichObjectStrings/definitions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lib/public/RichObjectStrings/definitions.json') diff --git a/lib/public/RichObjectStrings/definitions.json b/lib/public/RichObjectStrings/definitions.json index 581572eb345..222f6615cf4 100644 --- a/lib/public/RichObjectStrings/definitions.json +++ b/lib/public/RichObjectStrings/definitions.json @@ -131,6 +131,25 @@ } } }, + "pending-federated-share": { + "author": "Nextcloud", + "app": "dav", + "since": "9.2.0", + "parameters": { + "id": { + "since": "9.2.0", + "required": true, + "description": "The id used to identify the federated share on the instance", + "example": "42" + }, + "name": { + "since": "9.2.0", + "required": true, + "description": "The name of the shared item which should be used in the visual representation", + "example": "file.txt" + } + } + }, "systemtag": { "author": "Nextcloud", "app": "core", -- cgit v1.2.3