mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
rdv: add API entry point for POSTing calendar range
This commit is contained in:
@@ -72,7 +72,8 @@ class ChillCalendarExtension extends Extension implements PrependExtensionInterf
|
||||
'_entity' => [
|
||||
'methods' => [
|
||||
Request::METHOD_GET => true,
|
||||
Request::METHOD_HEAD => true
|
||||
Request::METHOD_HEAD => true,
|
||||
Request::METHOD_POST => true,
|
||||
]
|
||||
],
|
||||
]
|
||||
|
Reference in New Issue
Block a user