Nest Changelog

1.43.19

10/11/2023

1.43.20

10/11/2023

POST /webhooks/feedfm

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

Request Body
{
  creator: string,
- event?: '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?: 'station_requested' | 'station_published_to_production' | 'station_published_to_development' | 'station_unpublished', explicit: bool, meta?: string, name: string, testing: bool, uuid?: string, }
WORK IN PROGRESS