Hi there,
I’m completely new to EventStore, I’ve a number of streams that have events over 3 years old. I was wondering how I’d go about changing the MaxAge of these streams via the HTTP API?
I’ve tried to query the stream for existing metadata using the following curl command and it doesn’t return anything other than “OK”:
I don’t remember the API, especially for v4, but you can do those operations (read stream meta and set the max age) in the web UI and check in the browser dev tools what API calls the UI will make.