|
|
@@ -256,7 +256,7 @@
|
|
|
[
|
|
|
"id" => "POST",
|
|
|
"url" => "/run/",
|
|
|
- "description" => "Logs a game run.",
|
|
|
+ "description" => "Logs a game run using JSON files intercepted from the game.",
|
|
|
"parameters" => [
|
|
|
[
|
|
|
"key" => "key",
|
|
|
@@ -276,14 +276,14 @@
|
|
|
"key" => "result_request",
|
|
|
"via" => "body",
|
|
|
"type" => "string",
|
|
|
- "description" => "JSON sent to game server on run result. Required for commands: BattleDungeonResult_V2",
|
|
|
+ "description" => "JSON sent to game server on run result. Required for commands: BattleDungeonResult_V2, BattleDimensionHoleDungeonResult_v2",
|
|
|
"optional" => true
|
|
|
],
|
|
|
[
|
|
|
"key" => "start_response",
|
|
|
"via" => "body",
|
|
|
"type" => "string",
|
|
|
- "description" => "JSON received from game server on run start. Required for commands: ",
|
|
|
+ "description" => "JSON received from game server on run start. Required for commands: BattleRiftOfWorldsRaidResult, BattleScenarioResult",
|
|
|
"optional" => true
|
|
|
],
|
|
|
[
|