action gamesparks_get_script_differences_using_get { label: "getScriptDifferences" provider: gamesparks method: GET path: "/restv2/game/{apiKey}/admin/scripts/differences/{snapshotId1}/{snapshotId2}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } snapshotId1: { type: "string" } snapshotId2: { type: "string" } } required: ["apiKey", "snapshotId1", "snapshotId2"] additionalProperties: false } output: { type: "object" additionalProperties: true } }