aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings/Definitions.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/RichObjectStrings/Definitions.php')
-rw-r--r--lib/public/RichObjectStrings/Definitions.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php
index 676979170a6..383d626c155 100644
--- a/lib/public/RichObjectStrings/Definitions.php
+++ b/lib/public/RichObjectStrings/Definitions.php
@@ -579,6 +579,25 @@ class Definitions {
],
],
],
+ 'talk-poll' => [
+ 'author' => 'Nextcloud',
+ 'app' => 'talk',
+ 'since' => '25.0.0',
+ 'parameters' => [
+ 'id' => [
+ 'since' => '25.0.0',
+ 'required' => true,
+ 'description' => 'The id used to identify the poll on the instance',
+ 'example' => '12345',
+ ],
+ 'name' => [
+ 'since' => '25.0.0',
+ 'required' => true,
+ 'description' => 'The poll question',
+ 'example' => 'What is the question?',
+ ],
+ ],
+ ],
'user' => [
'author' => 'Nextcloud',
'app' => 'core',