Skip to content

Commit 7fef6e9

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Add v1 to connected accounts endpoints
1 parent b84df30 commit 7fef6e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Runtime/Client/LootLockerEndPoints.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ public class LootLockerEndPoints
2525

2626
// Connected Accounts
2727
[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);
3131

3232
// Remote Sessions
3333
[Header("Remote Sessions")]

0 commit comments

Comments
 (0)