action bungie_content_search_help_articles { label: "Content.SearchHelpArticles" description: "Search for Help Articles." provider: bungie method: GET path: "/Content/SearchHelpArticles/{searchtext}/{size}/" encoding: json input: { type: "object" properties: { searchtext: { type: "string" } size: { type: "string" } } required: ["searchtext", "size"] additionalProperties: false } output: { type: "object" additionalProperties: true } }