action bungie_content_rss_news_articles { label: "Content.RssNewsArticles" description: "Returns a JSON string response that is the RSS feed for news articles." provider: bungie method: GET path: "/Content/Rss/NewsArticles/{pageToken}/" encoding: json input: { type: "object" properties: { categoryfilter: { type: "string" } includebody: { type: "boolean" } pageToken: { type: "string" } } required: ["pageToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }