mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
DELETE endpoint added
This commit is contained in:
@@ -880,11 +880,13 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
|
||||
'_entity' => [
|
||||
'methods' => [
|
||||
Request::METHOD_POST => true,
|
||||
Request::METHOD_PATCH => true
|
||||
Request::METHOD_PATCH => true,
|
||||
Request::METHOD_DELETE => true,
|
||||
],
|
||||
'roles' => [
|
||||
Request::METHOD_POST => 'ROLE_USER',
|
||||
Request::METHOD_PATCH => 'ROLE_USER'
|
||||
Request::METHOD_PATCH => 'ROLE_USER',
|
||||
Request::METHOD_DELETE => 'ROLE_USER',
|
||||
]
|
||||
],
|
||||
'relationship-by-person' => [
|
||||
|
Reference in New Issue
Block a user