Merge pull request #25871 from nextcloud/backport/25758/stable21
[stable21] Include RichObject for forms
This commit is contained in:
commit
8aafd0d765
|
@ -349,6 +349,31 @@ class Definitions {
|
|||
],
|
||||
],
|
||||
],
|
||||
'forms-form' => [
|
||||
'author' => 'Nextcloud',
|
||||
'app' => 'forms',
|
||||
'since' => '21.0.1',
|
||||
'parameters' => [
|
||||
'id' => [
|
||||
'since' => '21.0.1',
|
||||
'required' => true,
|
||||
'description' => 'The form-hash of the form',
|
||||
'example' => 'q72GGqbfbLBC6xNB',
|
||||
],
|
||||
'name' => [
|
||||
'since' => '21.0.1',
|
||||
'required' => true,
|
||||
'description' => 'The title of the form',
|
||||
'example' => 'Nice Form',
|
||||
],
|
||||
'link' => [
|
||||
'since' => '21.0.1',
|
||||
'required' => true,
|
||||
'description' => 'The full URL to the board',
|
||||
'example' => 'http://localhost/index.php/apps/forms/q72GGqbfbLBC6xNB',
|
||||
],
|
||||
],
|
||||
],
|
||||
'guest' => [
|
||||
'author' => 'Nextcloud',
|
||||
'app' => 'spreed',
|
||||
|
|
Loading…
Reference in New Issue