action moonmoonmoonmoon_marks_hashtags { label: "Fetches popular hashtags or marks tagged with specified hashtag" description: "Search for specified tag (no pound sign necessary). If tag is empty, the 50 most popular hashtags will be returned." provider: moonmoonmoonmoon method: GET path: "/api/hashtags" encoding: json input: { type: "object" properties: { tag: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }