Force a Feed to refresh
POST/v1/feeds/:feedId/refresh
When a Feed refreshes, new Articles appear in the Feed. By default, Feeds will refresh on a schedule. However, you can manually force a Feed to refresh immediately by hitting this endpoint.
Caveat: you need explicit permission to manually refresh a Feed. These permissions will be attached to your API Key Scopes. Contact the Numeno team for details.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Refresh operation started
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Resource already in use
Too many requests
Internal server error