Skip to content

Upsert Screen

Allows business owners to configure the physical screens in their venues for displaying live prediction games.

POST/tv/v1/screen/upsert
Terminal window
curl -X POST https://api.juspredict.com/tv/v1/screen/upsert \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"screen_id": "screen-uuid",
"venue_name": "Alice's Sports Bar",
"screen_name": "Main Wall Screen",
"screen_code": "SCR-001",
"is_active": true
}'
FieldRequirement
venue_nameMinimum 1 character.
screen_nameMinimum 1 character.
screen_codeMinimum 1 character.
{
"status": { "type": "SUCCESS" },
"screen": {
"screen_id": "screen-uuid",
"screen_name": "Main Wall Screen",
"is_active": true
}
}
FieldTypeDescription
statusStatusOperation status.