Add talk-poll to the ROS definitions

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-05-11 14:37:26 +02:00
parent 5a0b28d603
commit d18a293ee5
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -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',