Merge pull request #32336 from nextcloud/feature/noid/talk-poll-ROS

Add talk-poll to the ROS definitions
pull/32342/head
Joas Schilling 2 years ago committed by GitHub
commit e11c5f21cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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