action bungie_destiny2_report_offensive_post_game_carnage_report_player { label: "Destiny2.ReportOffensivePostGameCarnageReportPlayer" description: "Report a player that you met in an activity that was engaging in ToS-violating activities. Both you and the offending player must have played in the activityId passed in. Please use this judiciously and only when you have strong suspicions of violation, pretty please." provider: bungie method: POST path: "/Destiny2/Stats/PostGameCarnageReport/{activityId}/Report/" encoding: json input: { type: "object" properties: { activityId: { type: "integer" format: "int64" } } required: ["activityId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }