Skip to main content

Update Newsfeed

PUT
/v1/newsfeeds/{id}

Path parameters

ParameterTypeDescription
idstring (UUID)Newsfeed ID

Request body

All fields are optional. Only include the fields you want to update.
FieldTypeDescription
namestringNewsfeed name
keywordsstring[]Keywords to filter posts
descriptionstringDescription
business_contextstringBusiness context for AI insights
digest_frequencystringdaily 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"]}'

Response

Returns the updated newsfeed object.