Skip to content

Commit c4b44ba

Browse files
CABPI-365::AdobeAdminIms to AdobeIms code migration-removed @api annotation for newly introduced interfaces
1 parent b09f8e0 commit c4b44ba

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

app/code/Magento/AdobeImsApi/Api/AuthorizationInterface.php

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

1212
/**
1313
* Provide Authorization
14-
*
15-
* @api
1614
*/
1715
interface AuthorizationInterface
1816
{

app/code/Magento/AdobeImsApi/Api/GetProfileInterface.php

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

1111
/**
1212
* Declare functionality to get profile
13-
*
14-
* @api
1513
*/
1614
interface GetProfileInterface
1715
{

app/code/Magento/AdobeImsApi/Api/IsTokenValidInterface.php

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

1212
/**
1313
* Validate ims token
14-
*
15-
* @api
1614
*/
1715
interface IsTokenValidInterface
1816
{

app/code/Magento/AdobeImsApi/Api/OrganizationMembershipInterface.php

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

1212
/**
1313
* Check if user is a member of Adobe Organization
14-
*
15-
* @api
1614
*/
1715
interface OrganizationMembershipInterface
1816
{

0 commit comments

Comments
 (0)