Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PUT http://localhost:5080/api/v1/streams/s_app/retention \ -H "authorization: Bearer $MS_JWT" \ -H 'content-type: application/json' \ -d '{"retention_days": 30}'
Set how long a stream’s data is kept.
PUT /api/v1/streams/{id}/retention