mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Add talk-poll to the ROS definitions
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5a0b28d603
commit
d18a293ee5
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