Skip to content

Commit b99366e

Browse files
MAGETWO-35795: Expose CMS api's as web API
1 parent fc7273d commit b99366e

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

app/code/Magento/Cms/Api/BlockRepositoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* CMS block CRUD interface.
12+
* @api
1213
*/
1314
interface BlockRepositoryInterface
1415
{

app/code/Magento/Cms/Api/Data/BlockInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* CMS block interface.
10+
* @api
1011
*/
1112
interface BlockInterface
1213
{

app/code/Magento/Cms/Api/Data/BlockSearchResultsInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Interface for cms block search results.
12+
* @api
1213
*/
1314
interface BlockSearchResultsInterface extends SearchResultsInterface
1415
{

app/code/Magento/Cms/Api/Data/PageInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* CMS page interface.
10+
* @api
1011
*/
1112
interface PageInterface
1213
{

app/code/Magento/Cms/Api/Data/PageSearchResultsInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Interface for cms page search results.
12+
* @api
1213
*/
1314
interface PageSearchResultsInterface extends SearchResultsInterface
1415
{

app/code/Magento/Cms/Api/PageRepositoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* CMS page CRUD interface.
12+
* @api
1213
*/
1314
interface PageRepositoryInterface
1415
{

0 commit comments

Comments
 (0)