File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ public class LootLockerEndPoints
25
25
26
26
// Connected Accounts
27
27
[ Header ( "Connected Accounts" ) ]
28
- public static EndPointClass listConnectedAccounts = new EndPointClass ( "connected-accounts" , LootLockerHTTPMethod . GET ) ;
29
- public static EndPointClass disconnectAccount = new EndPointClass ( "connected-accounts/{0}" , LootLockerHTTPMethod . DELETE ) ;
30
- public static EndPointClass connectProviderToAccount = new EndPointClass ( "connected-accounts/{0}" , LootLockerHTTPMethod . PUT ) ;
28
+ public static EndPointClass listConnectedAccounts = new EndPointClass ( "v1/ connected-accounts" , LootLockerHTTPMethod . GET ) ;
29
+ public static EndPointClass disconnectAccount = new EndPointClass ( "v1/ connected-accounts/{0}" , LootLockerHTTPMethod . DELETE ) ;
30
+ public static EndPointClass connectProviderToAccount = new EndPointClass ( "v1/ connected-accounts/{0}" , LootLockerHTTPMethod . PUT ) ;
31
31
32
32
// Remote Sessions
33
33
[ Header ( "Remote Sessions" ) ]
You can’t perform that action at this time.
0 commit comments