Skip to content

Commit 0776ce9

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into MQE-3009
2 parents 1eabb97 + ec8a4bd commit 0776ce9

File tree

12 files changed

+23
-0
lines changed

12 files changed

+23
-0
lines changed

AdobeStockAssetApi/Model/Asset/Command/DeleteByIdInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Used to delete an Adobe Stock asset data filtered by id from data storage.
15+
*
16+
* @api
1517
*/
1618
interface DeleteByIdInterface
1719
{

AdobeStockAssetApi/Model/Asset/Command/LoadByIdInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* Used to load Adobe Stock assets for gotten asset id.
16+
*
17+
* @api
1618
*/
1719
interface LoadByIdInterface
1820
{

AdobeStockAssetApi/Model/Asset/Command/LoadByIdsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Used for bulk load for Adobe Stock assets filtered by id.
15+
*
16+
* @api
1517
*/
1618
interface LoadByIdsInterface
1719
{

AdobeStockAssetApi/Model/Asset/Command/SaveInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* Used to save an Adobe Stock asset data to data storage
16+
*
17+
* @api
1618
*/
1719
interface SaveInterface
1820
{

AdobeStockAssetApi/Model/Category/Command/DeleteByIdInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Used to delete an Adobe Stock asset category filtered by id from data storage.
15+
*
16+
* @api
1517
*/
1618
interface DeleteByIdInterface
1719
{

AdobeStockAssetApi/Model/Category/Command/LoadByIdInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* Used to load an Adobe Stock asset category filtered by id
16+
*
17+
* @api
1618
*/
1719
interface LoadByIdInterface
1820
{

AdobeStockAssetApi/Model/Category/Command/SaveInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* Used to save an Adobe Stock asset category data to data storage
16+
*
17+
* @api
1618
*/
1719
interface SaveInterface
1820
{

AdobeStockAssetApi/Model/Creator/Command/DeleteByIdInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Used to delete an Adobe Stock asset creator filtered by id from data storage.
15+
*
16+
* @api
1517
*/
1618
interface DeleteByIdInterface
1719
{

AdobeStockAssetApi/Model/Creator/Command/LoadByIdInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* Used to load an Adobe Stock asset creator filtered by id
16+
*
17+
* @api
1618
*/
1719
interface LoadByIdInterface
1820
{

AdobeStockAssetApi/Model/Creator/Command/SaveInterface.php

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

1414
/**
1515
* Used to save an Adobe Stock asset creator data to data storage
16+
* @api
1617
*/
1718
interface SaveInterface
1819
{

0 commit comments

Comments
 (0)