action bungie_content_search_content_with_text { label: "Content.SearchContentWithText" description: "Gets content based on querystring information passed in. Provides basic search and text search capabilities." provider: bungie method: GET path: "/Content/Search/{locale}/" encoding: json input: { type: "object" properties: { ctype: { type: "string" } currentpage: { type: "integer" format: "int32" } head: { type: "boolean" } locale: { type: "string" } searchtext: { type: "string" } source: { type: "string" } tag: { type: "string" } } required: ["locale"] additionalProperties: false } output: { type: "object" additionalProperties: true } }