From 83c18060dda93ebbb4c323ba66b78efd3d461a95 Mon Sep 17 00:00:00 2001 From: Dominic Radtke Date: Wed, 14 Jun 2017 12:46:03 +0200 Subject: [PATCH] Enable article api --- customer/mobile-aem/production.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customer/mobile-aem/production.yaml b/customer/mobile-aem/production.yaml index 462702de..78e1da64 100644 --- a/customer/mobile-aem/production.yaml +++ b/customer/mobile-aem/production.yaml @@ -264,7 +264,7 @@ aem::dispatcher::publish_farm: # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API - - { type: 'allow', url: '/content/articles/api.json' } # enable generic asset JSON API + - { type: 'allow', url: '/content/articles/api.json' } # enable generic article JSON API - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API @@ -346,6 +346,7 @@ aem::dispatcher::publish_farm: # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API + - { type: 'allow', url: '/content/articles/api.json' } # enable generic article JSON API - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API @@ -427,6 +428,7 @@ aem::dispatcher::publish_farm: # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API + - { type: 'allow', url: '/content/articles/api.json' } # enable generic article JSON API - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API -- 2.39.5