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 43dd795 commit 8ca41cdCopy full SHA for 8ca41cd
src/bundle/Resources/config/input_parsers.yml
@@ -866,3 +866,11 @@ services:
866
$validator: '@validator'
867
tags:
868
- { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.MoveLocationInput }
869
+
870
+ Ibexa\Rest\Server\Input\Parser\RestoreTrashItemInput:
871
+ parent: Ibexa\Rest\Server\Common\Parser
872
+ arguments:
873
+ $locationService: '@ibexa.api.service.location'
874
+ $validator: '@validator'
875
+ tags:
876
+ - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.RestoreTrashItemInput }
0 commit comments