action gamesparks_set_game_region_using_post { label: "setGameRegion" provider: gamesparks method: POST path: "/restv2/game/{gameApiKey}/region/{regionCode}" encoding: json input: { type: "object" properties: { gameApiKey: { type: "string" } regionCode: { type: "string" } } required: ["gameApiKey", "regionCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }