ProjectRssFeed Object
Description
RSS details for a project.
Properties
feedUrl
URL for the RSS feed of the project. Only present if status field is active.
Type: string
status
RSS status of the project.
Type: string
Valid Values:
activenot-created
Sample JSON
{
"status": "active",
"feedUrl": "https://rss.skeddly.com/"
}Last updated