Skip to content

Upsert Featured Questions

Allows the business owner to choose which prediction questions are highlighted on a specific venue screen for a given event.

POST/tv/v1/screen/questions/upsert
Terminal window
curl -X POST https://api.juspredict.com/tv/v1/screen/questions/upsert \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"screen_id": "screen-uuid",
"event_id": "event-uuid",
"question_ids": ["q1", "q2", "q3"]
}'
{
"status": { "type": "SUCCESS" },
"featured_count": 3
}
FieldTypeDescription
statusStatusOperation status.