From 1c1d4a8bbaaf268b41156e2a71870efd1f14e9a9 Mon Sep 17 00:00:00 2001 From: Dominic Radtke Date: Wed, 14 Jun 2017 12:43:41 +0200 Subject: [PATCH] Enable article api --- customer/mobile-aem/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/mobile-aem/production.yaml b/customer/mobile-aem/production.yaml index 76f52f48..462702de 100644 --- a/customer/mobile-aem/production.yaml +++ b/customer/mobile-aem/production.yaml @@ -264,6 +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: '*.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