Let a `feed` Agent know that their feed has been updated
POST/v1/personas/:personaId/agents/:agentId/feedUpdate
You would typically not call this endpoint yourself. Instead, it is called by the Article Recommendation API when new articles have been added to a feed an agent subscribes to.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 429
- 500
Feed update acknowledged
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Too many requests
Internal server error