File tree 1 file changed +4
-4
lines changed
tests/Fixtures/TestBundle/Document
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
* @ApiResource(itemOperations={
22
22
* "get",
23
23
* "get_custom"={"method"="GET", "path"="custom_action_collection_dummies/{id}"},
24
- * "custom_normalization"={"route_name"="custom_normalization"},
25
- * "short_custom_normalization",
24
+ * "custom_normalization"={"method"="GET", " route_name"="custom_normalization"},
25
+ * "short_custom_normalization"={"method"="GET", "route_name"="short_custom_normalization"} ,
26
26
* },
27
27
* collectionOperations={
28
28
* "get",
29
29
* "get_custom"={"method"="GET", "path"="custom_action_collection_dummies"},
30
- * "custom_denormalization"={"route_name"="custom_denormalization"},
31
- * "short_custom_denormalization",
30
+ * "custom_denormalization"={"method"="GET", " route_name"="custom_denormalization"},
31
+ * "short_custom_denormalization"={"method"="GET", "route_name"="short_custom_denormalization"} ,
32
32
* })
33
33
*
34
34
* @author Kévin Dunglas <dunglas@gmail.com>
You can’t perform that action at this time.
0 commit comments