SubmitPodcastResponse
No description
type SubmitPodcastResponse {
submitted: Boolean
status: String
podcast: Podcast
}
Fields
submitted
(Boolean
)
Returns true if the feed submitted resulted in a new podcast being created
status
(String
)
The current status of the podcast submitted
podcast
(Podcast
)
The podcast that was submitted - this may not contain all episodes or meta data until a full parse process has completed.