aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-08 12:48:25 +0200
committerGitHub <noreply@github.com>2019-07-08 12:48:25 +0200
commit8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a (patch)
treed635438784c4b02e1d182cfbc3d47b62e5032f1d /src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
parent92cd51aa2c29e23f137cde9b9732ced33ff38e59 (diff)
parent34be2d5de44ade2a78be73decc0b90a2c1bca720 (diff)
downloadwallabag-8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a.tar.gz
wallabag-8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a.tar.zst
wallabag-8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a.zip
Merge pull request #4028 from wallabag/feature/import-export-tagging-rules
Add ability to import/export tagging rules
Diffstat (limited to 'src/Wallabag/ApiBundle/Resources/config/routing_rest.yml')
-rw-r--r--src/Wallabag/ApiBundle/Resources/config/routing_rest.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
index 06e62c37..98efeeb1 100644
--- a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
+++ b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
@@ -13,6 +13,11 @@ tag:
13 resource: "WallabagApiBundle:TagRest" 13 resource: "WallabagApiBundle:TagRest"
14 name_prefix: api_ 14 name_prefix: api_
15 15
16tagging_rule:
17 type: rest
18 resource: "WallabagApiBundle:TaggingRuleRest"
19 name_prefix: api_
20
16annotation: 21annotation:
17 type: rest 22 type: rest
18 resource: "WallabagApiBundle:AnnotationRest" 23 resource: "WallabagApiBundle:AnnotationRest"