Add talk-poll to the ROS definitions

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/32336/head
Joas Schilling 4 years ago
parent 5a0b28d603
commit d18a293ee5
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 19
      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',

Loading…
Cancel
Save