Skip to content

Commit 28dc535

Browse files
author
Gabriel Galvao da Gama
committed
Merge branch '32019-api-changes' into api-changes-delivery
2 parents 1d05992 + e164e32 commit 28dc535

26 files changed

+26
-0
lines changed

app/code/Magento/MediaContentApi/Api/GetAssetIdsByContentFieldInterface.php

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

1212
/**
1313
* Interface used to return Asset id by content field.
14+
* @api
1415
*/
1516
interface GetAssetIdsByContentFieldInterface
1617
{

app/code/Magento/MediaContentApi/Api/UpdateContentAssetLinksInterface.php

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

1212
/**
1313
* Update the media assets to content relations. Assign new media assets and unassign media assets no longer used
14+
* @api
1415
*/
1516
interface UpdateContentAssetLinksInterface
1617
{

app/code/Magento/MediaContentApi/Model/GetAssetIdsByContentFieldInterface.php

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

1313
/**
1414
* Interface used to return Asset id by content field.
15+
* @api
1516
*/
1617
interface GetAssetIdsByContentFieldInterface
1718
{

app/code/Magento/MediaContentApi/Model/SearchPatternConfigInterface.php

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

1010
/**
1111
* Interface for Media content Config.
12+
* @api
1213
*/
1314
interface SearchPatternConfigInterface
1415
{

app/code/Magento/MediaContentSynchronizationApi/Api/SynchronizeIdentitiesInterface.php

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

1212
/**
1313
* Synchronize bulk assets and contents
14+
* @api
1415
*/
1516
interface SynchronizeIdentitiesInterface
1617
{

app/code/Magento/MediaContentSynchronizationApi/Api/SynchronizeInterface.php

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

1010
/**
1111
* Synchronize assets and contents
12+
* @api
1213
*/
1314
interface SynchronizeInterface
1415
{

app/code/Magento/MediaContentSynchronizationApi/Model/GetEntitiesInterface.php

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

1010
/**
1111
* Get entities for media content by provided configuration.
12+
* @api
1213
*/
1314
interface GetEntitiesInterface
1415
{

app/code/Magento/MediaGalleryApi/Api/SearchAssetsInterface.php

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

1414
/**
1515
* Search media gallery assets by search criteria
16+
* @api
1617
*/
1718
interface SearchAssetsInterface
1819
{

app/code/Magento/MediaGalleryApi/Model/ExcludedPatternsConfigInterface.php

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

99
/**
1010
* Returns list of excluded regexp patterns
11+
* @api
1112
*/
1213
interface ExcludedPatternsConfigInterface
1314
{

app/code/Magento/MediaGalleryMetadataApi/Api/AddMetadataInterface.php

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

1414
/**
1515
* Add metadata to asset file
16+
* @api
1617
*/
1718
interface AddMetadataInterface
1819
{

0 commit comments

Comments
 (0)