Add circle as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-05-09 10:44:11 +02:00
parent 90b1c73e81
commit a089e08411
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 25 additions and 0 deletions

View File

@ -177,6 +177,31 @@ class Definitions {
],
],
],
'circle' => [
'author' => 'Maxence Lange',
'app' => 'circles',
'since' => '12.0.0',
'parameters' => [
'id' => [
'since' => '12.0.0',
'required' => true,
'description' => 'The id used to identify the circle on the instance',
'example' => '42',
],
'name' => [
'since' => '12.0.0',
'required' => true,
'description' => 'The display name of the circle which should be used in the visual representation',
'example' => 'My friends',
],
'link' => [
'since' => '12.0.0',
'required' => true,
'description' => 'The full URL to the circle',
'example' => 'http://localhost/index.php/apps/circles/#42',
],
],
],
'email' => [
'author' => 'Nextcloud',
'app' => 'sharebymail',