Skip to content

Commit 635c9df

Browse files
Merge branch 'pre-release' into AC-1065
2 parents e62c38a + 94439f8 commit 635c9df

25 files changed

+39
-2
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)