mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
adding remove participation method
This commit is contained in:
@@ -23,3 +23,11 @@ chill_event_participation_update_multiple:
|
||||
path: /{event_id}/update_multiple
|
||||
defaults: { _controller: ChillEventBundle:Participation:updateMultiple }
|
||||
methods: [POST]
|
||||
|
||||
chill_event_participation_delete:
|
||||
path: /{participation_id}/delete
|
||||
requirements:
|
||||
participation_id: \d+
|
||||
defaults: { _controller: ChillEventBundle:Participation:delete }
|
||||
methods: [ GET, DELETE ]
|
||||
|
||||
|
Reference in New Issue
Block a user