mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #44707 from nextcloud/chore/richobjectstrings/missing-newlines
This commit is contained in:
commit
ede541b4e7
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Reference in a new issue