File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
lib/public/RichObjectStrings Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,31 @@ class Definitions {
349349 ],
350350 ],
351351 ],
352+ 'forms-form ' => [
353+ 'author ' => 'Nextcloud ' ,
354+ 'app ' => 'forms ' ,
355+ 'since ' => '21.0.1 ' ,
356+ 'parameters ' => [
357+ 'id ' => [
358+ 'since ' => '21.0.1 ' ,
359+ 'required ' => true ,
360+ 'description ' => 'The form-hash of the form ' ,
361+ 'example ' => 'q72GGqbfbLBC6xNB ' ,
362+ ],
363+ 'name ' => [
364+ 'since ' => '21.0.1 ' ,
365+ 'required ' => true ,
366+ 'description ' => 'The title of the form ' ,
367+ 'example ' => 'Nice Form ' ,
368+ ],
369+ 'link ' => [
370+ 'since ' => '21.0.1 ' ,
371+ 'required ' => true ,
372+ 'description ' => 'The full URL to the board ' ,
373+ 'example ' => 'http://localhost/index.php/apps/forms/q72GGqbfbLBC6xNB ' ,
374+ ],
375+ ],
376+ ],
352377 'guest ' => [
353378 'author ' => 'Nextcloud ' ,
354379 'app ' => 'spreed ' ,
You can’t perform that action at this time.
0 commit comments