summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/public/RichObjectStrings/definitions.json19
1 files changed, 19 insertions, 0 deletions
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",