File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public class LootLockerEndPoints
79
79
public static EndPointClass createKeyValuePair = new EndPointClass ( "v1/asset/instance/{0}/storage" , LootLockerHTTPMethod . POST ) ;
80
80
public static EndPointClass updateOneOrMoreKeyValuePair = new EndPointClass ( "v1/asset/instance/{0}/storage" , LootLockerHTTPMethod . PUT ) ;
81
81
public static EndPointClass updateKeyValuePairById = new EndPointClass ( "v1/asset/instance/{0}/storage/{1}" , LootLockerHTTPMethod . PUT ) ;
82
- public static EndPointClass deleteKeyValuePair = new EndPointClass ( "v1/asset/instance/{0}/storage/{1}" , LootLockerHTTPMethod . GET ) ;
82
+ public static EndPointClass deleteKeyValuePair = new EndPointClass ( "v1/asset/instance/{0}/storage/{1}" , LootLockerHTTPMethod . DELETE ) ;
83
83
public static EndPointClass inspectALootBox = new EndPointClass ( "v1/asset/instance/{0}/inspect" , LootLockerHTTPMethod . GET ) ;
84
84
public static EndPointClass openALootBox = new EndPointClass ( "v1/player/asset/instance/{0}/open" , LootLockerHTTPMethod . PUT ) ;
85
85
//UGC
@@ -117,7 +117,7 @@ public class LootLockerEndPoints
117
117
public static EndPointClass iosPurchaseVerification = new EndPointClass ( "v1/purchase" , LootLockerHTTPMethod . POST ) ;
118
118
public static EndPointClass androidPurchaseVerification = new EndPointClass ( "v1/purchase" , LootLockerHTTPMethod . POST ) ;
119
119
public static EndPointClass pollingOrderStatus = new EndPointClass ( "v1/purchase/{0}" , LootLockerHTTPMethod . GET ) ;
120
- public static EndPointClass activatingARentalAsset = new EndPointClass ( "v1/asset/instance/{0}/activate" , LootLockerHTTPMethod . GET ) ;
120
+ public static EndPointClass activatingARentalAsset = new EndPointClass ( "v1/asset/instance/{0}/activate" , LootLockerHTTPMethod . POST ) ;
121
121
122
122
//EventTrigger
123
123
[ Header ( "EventTrigger" ) ]
You can’t perform that action at this time.
0 commit comments