Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nickvergessen/8fa653bee27469526be2d0ce50385613 to your computer and use it in GitHub Desktop.

Select an option

Save nickvergessen/8fa653bee27469526be2d0ce50385613 to your computer and use it in GitHub Desktop.
'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