]> source.dussan.org Git - nextcloud-server.git/commitdiff
add new definition
authorBjoern Schiessle <bjoern@schiessle.org>
Thu, 3 Nov 2016 13:00:28 +0000 (14:00 +0100)
committerBjoern Schiessle <bjoern@schiessle.org>
Tue, 8 Nov 2016 14:42:07 +0000 (15:42 +0100)
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
lib/public/RichObjectStrings/definitions.json

index 222f6615cf48ccc1bed63e7d7faaff4bfb3f4f19..494e96c8f769e93c4c7cb2fc856ab91780423117 100644 (file)
         "example": "Support Team"
       }
     }
+  },
+  "email": {
+    "author": "Nextcloud",
+    "app": "sharebymail",
+    "since": "9.2.0",
+    "parameters": {
+      "id": {
+        "since": "9.2.0",
+        "required": true,
+        "description": "The mail-address used to identify the event on the instance",
+        "example": "test@localhost"
+      },
+      "name": {
+        "since": "9.2.0",
+        "required": true,
+        "description": "The display name of a matching contact or the email (fallback) which should be used in the visual representation",
+        "example": "Foo Bar"
+      }
+    }
   }
 }