Update Newsfeed
PUT
/v1/newsfeeds/{id}
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update newsfeed settings.
/v1/newsfeeds/{id}
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | Newsfeed ID |
| Field | Type | Description |
|---|---|---|
name | string | Newsfeed name |
keywords | string[] | Keywords to filter posts |
description | string | Description |
business_context | string | Business context for AI insights |
digest_frequency | string | daily or weekly |
curl -X PUT https://twixb.com/api/v1/newsfeeds/28b37688-... \
-H "X-API-Key: twxb_your_key_here" \
-H "Content-Type: application/json" \
-d '{"name": "AI & ML Research", "keywords": ["LLM", "GPT", "diffusion"]}'