action gamesparks_update_experiment_using_put { label: "updateExperiment" provider: gamesparks method: PUT path: "/restv2/game/{apiKey}/manage/experiments/{id}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } id: { type: "integer" format: "int64" } } required: ["apiKey", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }