{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/v2/modules/{guild_id}/subscriptions/checkout":{"post":{"summary":"Subscriptions Checkout","operationId":"subscriptions_checkout_v2_modules__guild_id__subscriptions_checkout_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/subscriptions/portal":{"get":{"summary":"Subscriptions Portal","operationId":"subscriptions_portal_v2_subscriptions_portal_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/auth":{"get":{"summary":"Auth","operationId":"auth_v2_auth_get","parameters":[{"name":"next","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/oauth":{"get":{"summary":"Oauth","operationId":"oauth_v2_oauth_get","parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string","title":"Code"}},{"name":"state","in":"query","required":true,"schema":{"type":"string","title":"State"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/logout":{"get":{"summary":"Logout","operationId":"logout_v2_logout_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/modules/{guild_id}/verification_panel":{"post":{"summary":"Verification Panel","operationId":"verification_panel_v2_modules__guild_id__verification_panel_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/hcapta_validation":{"post":{"summary":"Hcaptcha Validation","operationId":"hcaptcha_validation_v2_hcapta_validation_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HCaptchaValidationData"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/administration":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__administration_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__administration_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/analytics":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__analytics_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/analytics/export":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__analytics_export_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/custom_bot":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__custom_bot_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__custom_bot_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways/settings":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_settings_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways/giveaway":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_giveaway_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_giveaway_patch","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_giveaway_delete","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways/giveaway/end":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_giveaway_end_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways/giveaway/reroll":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_giveaway_reroll_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways/schedule":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_schedule_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_schedule_patch","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_schedule_delete","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways/schedule/retry":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_schedule_retry_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/giveaways/template":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_template_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_template_patch","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__giveaways_template_delete","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/honeypot":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__honeypot_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__honeypot_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/honeypot/incidents":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__honeypot_incidents_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/honeypot/create_channel":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__honeypot_create_channel_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/invite_tracking":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__invite_tracking_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__invite_tracking_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/leaderboard":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__leaderboard_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__leaderboard_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/join_messages":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__join_messages_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__join_messages_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/joindm_messages":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__joindm_messages_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__joindm_messages_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/leave_messages":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__leave_messages_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__leave_messages_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/welcome_banner":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__welcome_banner_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__welcome_banner_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/welcome_banner/images":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__welcome_banner_images_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/welcome_banner/templates":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__welcome_banner_templates_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/welcome_banner/templates/{template_id}":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__welcome_banner_templates__template_id__get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/welcome_banner/apply_template":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__welcome_banner_apply_template_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/message_counting":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__message_counting_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__message_counting_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/pin_leaderboard":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__pin_leaderboard_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__pin_leaderboard_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/pin_statistics":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__pin_statistics_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__pin_statistics_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/raid_protection":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__raid_protection_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__raid_protection_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/raid_protection/incidents":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__raid_protection_incidents_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/raid_protection/end":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__raid_protection_end_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/server_report":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__server_report_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__server_report_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/tickets":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/tickets/history":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_history_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/tickets/analytics":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_analytics_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/tickets/template":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_template_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_template_patch","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_template_delete","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/tickets/panel":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_panel_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_panel_patch","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_panel_delete","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/tickets/panel/send":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_panel_send_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/tickets/panel/edit":{"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__tickets_panel_edit_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/verification":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__verification_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__verification_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/bot_profile":{"get":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__bot_profile_get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Handler","operationId":"handler_v2_modules__guild_id__bot_profile_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/account_management":{"get":{"summary":"Account Management","operationId":"account_management_v2_account_management_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/server_switch":{"post":{"summary":"Server Switch","operationId":"server_switch_v2_server_switch_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/server_remove":{"post":{"summary":"Server Remove","operationId":"server_remove_v2_server_remove_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/public/leaderboard/{slug}":{"get":{"summary":"Public Leaderboard","operationId":"public_leaderboard_v2_public_leaderboard__slug__get","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/users/@me":{"get":{"summary":"Me","operationId":"me_v2_users__me_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/transcripts/{guild_id}/{transcript_id}":{"head":{"summary":"Check Ticket Transcript Access","operationId":"check_ticket_transcript_access_v2_transcripts__guild_id___transcript_id__head","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}},{"name":"transcript_id","in":"path","required":true,"schema":{"type":"string","title":"Transcript Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"summary":"Get Ticket Transcript","operationId":"get_ticket_transcript_v2_transcripts__guild_id___transcript_id__get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}},{"name":"transcript_id","in":"path","required":true,"schema":{"type":"string","title":"Transcript Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/guilds":{"get":{"summary":"Get Guilds Information","operationId":"get_guilds_information_v2_guilds_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/guilds/{guild_id}":{"get":{"summary":"Get Guild Information","operationId":"get_guild_information_v2_guilds__guild_id__get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/access/{guild_id}":{"get":{"summary":"Check Access","operationId":"check_access_v2_access__guild_id__get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/modules/{guild_id}/test_message":{"post":{"summary":"Test Message","operationId":"test_message_v2_modules__guild_id__test_message_post","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/invite_bot/{guild_id}":{"get":{"summary":"Invite Bot","operationId":"invite_bot_v2_invite_bot__guild_id__get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/status":{"get":{"summary":"Status","operationId":"status_v2_status_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/guild_ids/{guild_id}":{"get":{"summary":"Guild Ids","operationId":"guild_ids_v2_guild_ids__guild_id__get","parameters":[{"name":"guild_id","in":"path","required":true,"schema":{"type":"integer","title":"Guild Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/exposition_guilds":{"get":{"summary":"Exposition Guilds","operationId":"exposition_guilds_v2_exposition_guilds_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/healthz":{"get":{"summary":"Healthz","operationId":"healthz_healthz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/readyz":{"get":{"summary":"Readyz","operationId":"readyz_readyz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{"HCaptchaValidationData":{"properties":{"token":{"type":"string","title":"Token"},"user_id":{"type":"string","title":"User Id"},"guild_id":{"type":"string","title":"Guild Id"},"verification_key":{"type":"string","title":"Verification Key"}},"type":"object","required":["token","user_id","guild_id","verification_key"],"title":"HCaptchaValidationData"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}