mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 04:53:49 +00:00
rdv: edit calendar ranges: add delete + doc swagger
This commit is contained in:
@@ -38,4 +38,10 @@ class CalendarRangeAPIController extends ApiController
|
||||
//TODO use also the paginator, eg return $this->serializeCollection('get', $request, $_format, $paginator, $results);
|
||||
}
|
||||
|
||||
// public function calendarRangeApi($id, Request $request, string $_format): Response
|
||||
// {
|
||||
// return $this->addRemoveSomething('calendarRange', $id, $request, $_format, 'calendarRange', CalendarRange::class, [ 'groups' => [ 'read' ] ]);
|
||||
// }
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user