action trashnothing_viewed_story { label: "Record story viewed" description: "Records every time a user views the full story (and not just a preview or snippet)," provider: trashnothing method: POST path: "/stories/{story_id}/viewed" encoding: json input: { type: "object" properties: { story_id: { type: "string" } } required: ["story_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }