Skip to content
Snippets Groups Projects
Commit 41930265 authored by Jonas Rittershofer's avatar Jonas Rittershofer Committed by backportbot[bot]
Browse files
parent 097bdf97
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment