Skip to main content
POST
Create bulletin config

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Body

name
string
required
Required string length: 1 - 100
platform
enum<string>
required
  • television - Television
  • radio - Radio
Available options:
television,
radio
slot
enum<string>
required
  • morning - Morning
  • midday - Midday
  • afternoon - Afternoon
  • evening - Evening
  • late_night - Late Night
  • breaking - Breaking
Available options:
morning,
midday,
afternoon,
evening,
late_night,
breaking
category
enum<string>

Editorial subject of this bulletin (distinct from slot, which is time-of-day)

  • news - News
  • sports - Sports
  • business - Business
Available options:
news,
sports,
business
studio
string
Maximum string length: 100
slot_duration
string | null
is_active
boolean

Response

201 - application/json
id
string<uuid>
required
read-only
name
string
required
Maximum string length: 100
platform
enum<string>
required
  • television - Television
  • radio - Radio
Available options:
television,
radio
slot
enum<string>
required
  • morning - Morning
  • midday - Midday
  • afternoon - Afternoon
  • evening - Evening
  • late_night - Late Night
  • breaking - Breaking
Available options:
morning,
midday,
afternoon,
evening,
late_night,
breaking
category
enum<string>

Editorial subject of this bulletin (distinct from slot, which is time-of-day)

  • news - News
  • sports - Sports
  • business - Business
Available options:
news,
sports,
business
studio
string
Maximum string length: 100
slot_duration
string | null
is_active
boolean