PUT /api/v1/streams/{id}/retention
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}'
Documentation Index
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}'