Alix Cook
09/23/2022, 8:13 PMResponse: {'detail': 'protected block types cannot be updated.'}
when I try to update them like so:
block = DateTime(name=storage_key, value=pendulum.now())
await block.save(storage_key, overwrite=True)
Christopher Boyd
09/23/2022, 8:20 PM