We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d64ce commit 6f2272dCopy full SHA for 6f2272d
src/bundle/Resources/config/input_parsers.yml
@@ -874,3 +874,11 @@ services:
874
$validator: '@validator'
875
tags:
876
- { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.SwapLocationInput }
877
+
878
+ Ibexa\Rest\Server\Input\Parser\RestoreTrashItemInput:
879
+ parent: Ibexa\Rest\Server\Common\Parser
880
+ arguments:
881
+ $locationService: '@ibexa.api.service.location'
882
+ $validator: '@validator'
883
+ tags:
884
+ - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.RestoreTrashItemInput }
0 commit comments