]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
Add ability to import/export tagging rules
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Resources / config / routing_rest.yml
index 06e62c379eedfd96778526474421f86d15d37e00..98efeeb12dc98324d35a6fb16cdcb0bcc1386c92 100644 (file)
@@ -13,6 +13,11 @@ tag:
   resource: "WallabagApiBundle:TagRest"
   name_prefix:  api_
 
+tagging_rule:
+  type: rest
+  resource: "WallabagApiBundle:TaggingRuleRest"
+  name_prefix:  api_
+
 annotation:
   type: rest
   resource: "WallabagApiBundle:AnnotationRest"