action gamesparks_update_test_harness_scenario_using_put { label: "updateTestHarnessScenario" provider: gamesparks method: PUT path: "/restv2/game/{apiKey}/admin/testHarness/scenarios/{scenarioName}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } scenarioName: { type: "string" } } required: ["apiKey", "scenarioName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }