action bungie_forum_get_post_and_parent_awaiting_approval { label: "Forum.GetPostAndParentAwaitingApproval" description: "Returns the post specified and its immediate parent of posts that are awaiting approval." provider: bungie method: GET path: "/Forum/GetPostAndParentAwaitingApproval/{childPostId}/" encoding: json input: { type: "object" properties: { childPostId: { type: "integer" format: "int64" } showbanned: { type: "string" } } required: ["childPostId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }