did something change recently re: updating DateTim...
# ask-community
a
did something change recently re: updating DateTime block types? I'm now seeing a bunch of 403 errors with the message:
Copy code
Response: {'detail': 'protected block types cannot be updated.'}
when I try to update them like so:
Copy code
block = DateTime(name=storage_key, value=pendulum.now())
            await block.save(storage_key, overwrite=True)
2
c
HI Alix - we are currently actively investigating and working to remediate