CreateProjectRss Method
Description
Creates an RSS feed for a project. If an RSS feed already exists, the existing RSS feed information will be returned.
HTTP Request
POST https://api.skeddly.com/api/Projects/<id>/Rss
URL Parameters
Id
ID of the project.
Type: string
Required: Yes
Body
The body of the request is empty.
Returns
A ProjectRssFeed object.
Sample Request
Sample Response
Last updated