Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project_id
string
required

Body

application/json

SpiideoSportConfiguration defines sport-specific configuration for Spiideo integrations.

spiideo_sport
string
required

The Spiideo sport this configuration applies to. This should match the enum values in Spiideo, e.g. "football", "basketball", etc.

minutes_before_start
string
required

The number of minutes before the start of a game to turn on the camera for this sport. This will override the default minutes before start configured on the SpiideoIntegration.

duration_minutes
string
required

The duration in minutes for which the camera should be on for this sport. This will override the default duration configured on the SpiideoIntegration.

Response

OK

sport_configuration
object

SpiideoSportConfiguration defines sport-specific configuration for Spiideo integrations.