Merge pull request #44707 from nextcloud/chore/richobjectstrings/missing-newlines

pull/44731/head
Kate 2 months ago committed by GitHub
commit ede541b4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -85,7 +85,8 @@ class Definitions {
'parameters' => [
'id' => [
'since' => '11.0.0',
'required' => true, 'description' => 'The id used to identify the announcement on the instance',
'required' => true,
'description' => 'The id used to identify the announcement on the instance',
'example' => '42',
],
'name' => [
@ -109,7 +110,8 @@ class Definitions {
'parameters' => [
'id' => [
'since' => '11.0.0',
'required' => true, 'description' => 'The app id',
'required' => true,
'description' => 'The app id',
'example' => 'updatenotification',
],
'name' => [

Loading…
Cancel
Save