Nest Changelog

1.44.14 PRE

10/13/2023

1.44.15 PRE

10/13/2023

POST /webhooks/feedfm

Internal use only. Used by FeedFM to manage radio stations.

Request Body
{
  creator: string,
- eventType?: 'station_requested' | 'station_published_to_production' | 'station_published_to_development' | 'station_unpublished',

explicit: bool, meta?: string, name: string, testing: bool, uuid?: string, }

POST /webhooks/feedfm

Internal use only. Used by FeedFM to manage radio stations.

Request Body
{
  creator: string,

+ eventType?: 'StationRequested' | 'StationPublishedToProduction' | 'StationPublishedToDevelopment' | 'StationUnpublished', explicit: bool, meta?: string, name: string, testing: bool, uuid?: string, }
WORK IN PROGRESS