mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Merge pull request #32336 from nextcloud/feature/noid/talk-poll-ROS
Add talk-poll to the ROS definitions
This commit is contained in:
commit
e11c5f21cf
1 changed files with 19 additions and 0 deletions
|
|
@ -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…
Reference in a new issue