Parameters
1 path
Path parameters
· 1shortlistIdstringRequiredExample
example_shortlistIdMarks a shortlist item as dismissed; it will not be re-included in subsequent rebuilds for the same date.
1 path
shortlistIdstringRequiredexample_shortlistId1 status code documented
successbooleanRequired{
"success": false
}POST /bff/newsroom/shortlist/{shortlistId}/dismiss
curl -X POST "https://api.bizkithub.com/bff/newsroom/shortlist/example_shortlistId/dismiss" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.