action gamesparks_update_screen_using_put { label: "updateScreen" provider: gamesparks method: PUT path: "/restv2/game/{apiKey}/manage/screens/{shortCode}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } shortCode: { type: "string" } } required: ["apiKey", "shortCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }