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”:
curl -i -H “Accept:application/vnd.eventstore.atom+json” “https://url/streams/metadata” --user username:password
Any advice would be gratefully received!