diff --git a/src/SWP/Bundle/ContentBundle/Resources/config/serializer/Model.Article.yml b/src/SWP/Bundle/ContentBundle/Resources/config/serializer/Model.Article.yml index e70e3b476..1a91e6df5 100644 --- a/src/SWP/Bundle/ContentBundle/Resources/config/serializer/Model.Article.yml +++ b/src/SWP/Bundle/ContentBundle/Resources/config/serializer/Model.Article.yml @@ -3,7 +3,7 @@ SWP\Bundle\ContentBundle\Model\Article: properties: id: expose: true - groups: [api, api_packages_list, api_articles_list] + groups: [api, api_packages_list, api_articles_list, public_api] type: integer title: expose: true