Created
May 9, 2017 08:37
-
-
Save nickvergessen/8fa653bee27469526be2d0ce50385613 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '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', | |
| ], | |
| ], | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment