Marvin, Curious if you updated just the time field via the API, or all the elements?
i.e. for Networks scheduled for an upgrade, just modifying the time field for the nextUpgrade for a specific product?
i.e.
response = dashboard.networks.updateNetworkFirmwareUpgrades(
network_id,
products={'appliance': {'nextUpgrade': {'time': '2024-09-09T03:10:00Z'}}}
)