update_seed_type

@mount("farming.update_seed_type") operation update_seed_type(    seed_name: text,     produce_id: text,     growing_cycles: integer,     harvest_amount: integer,     fertility_extra_produce: integer,     merged_crop_extra_produce: integer,     planting_durability_cost: integer,     watering_durability_cost: integer,     harvesting_durability_cost: integer,     time_per_growth_cycle: integer)