action bungie_forum_get_topic_for_content { label: "Forum.GetTopicForContent" description: "Gets the post Id for the given content item's comments, if it exists." provider: bungie method: GET path: "/Forum/GetTopicForContent/{contentId}/" encoding: json input: { type: "object" properties: { contentId: { type: "integer" format: "int64" } } required: ["contentId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }