{"openapi":"3.1.0","info":{"title":"IHM Moderation API","version":"0.1.0"},"paths":{"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/guide":{"get":{"summary":"Guide","operationId":"guide_guide_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/v1/register":{"post":{"summary":"Register","operationId":"register_v1_register_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegisterRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/bindings":{"post":{"summary":"Save Bindings","operationId":"save_bindings_v1_bindings_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindingRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"summary":"Get Bindings","operationId":"get_bindings_v1_bindings_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/channel-events":{"post":{"summary":"Channel Event","operationId":"channel_event_v1_channel_events_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChannelEventRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/check":{"post":{"summary":"Check","operationId":"check_v1_check_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModerationRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/incidents/{incident_id}/decision":{"post":{"summary":"Decide","operationId":"decide_v1_incidents__incident_id__decision_post","parameters":[{"name":"incident_id","in":"path","required":true,"schema":{"type":"string","title":"Incident Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DecisionRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/incidents/{incident_id}/telegram-state":{"put":{"summary":"Save Telegram State","operationId":"save_telegram_state_v1_incidents__incident_id__telegram_state_put","parameters":[{"name":"incident_id","in":"path","required":true,"schema":{"type":"string","title":"Incident Id"}},{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TelegramStateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/stats":{"get":{"summary":"Own Stats","operationId":"own_stats_v1_stats_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/technical-events":{"post":{"summary":"Receive Technical Event","operationId":"receive_technical_event_v1_technical_events_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TechnicalEventRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"BindingRequest":{"properties":{"configured_by":{"type":"integer","title":"Configured By"},"questionnaire":{"$ref":"#/components/schemas/ChannelBinding"},"alerts":{"$ref":"#/components/schemas/ChannelBinding"},"moderated_groups":{"items":{"$ref":"#/components/schemas/ChannelBinding"},"type":"array","maxItems":50,"title":"Moderated Groups"},"linked":{"anyOf":[{"$ref":"#/components/schemas/ChannelBinding"},{"type":"null"}]}},"type":"object","required":["configured_by","questionnaire","alerts"],"title":"BindingRequest"},"ChannelBinding":{"properties":{"chat_id":{"type":"integer","title":"Chat Id"},"title":{"type":"string","maxLength":255,"minLength":1,"title":"Title"},"username":{"type":"string","maxLength":64,"title":"Username","default":""},"invite_link":{"type":"string","maxLength":512,"title":"Invite Link","default":""}},"type":"object","required":["chat_id","title"],"title":"ChannelBinding"},"ChannelEventRequest":{"properties":{"bot_id":{"type":"integer","title":"Bot Id"},"bot_username":{"type":"string","title":"Bot Username"},"chat_id":{"type":"integer","title":"Chat Id"},"title":{"type":"string","title":"Title"},"username":{"type":"string","title":"Username","default":""},"old_status":{"type":"string","title":"Old Status","default":""},"new_status":{"type":"string","title":"New Status","default":""},"actor_id":{"type":"integer","title":"Actor Id","default":0}},"type":"object","required":["bot_id","bot_username","chat_id","title"],"title":"ChannelEventRequest"},"DecisionRequest":{"properties":{"decision":{"type":"string","enum":["skip","ban","unmute"],"title":"Decision"},"decided_by":{"type":"integer","title":"Decided By"}},"type":"object","required":["decision","decided_by"],"title":"DecisionRequest"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"MessageData":{"properties":{"message_id":{"type":"integer","title":"Message Id","default":0},"text":{"type":"string","maxLength":12000,"title":"Text","default":""},"image_base64":{"type":"string","maxLength":20000000,"title":"Image Base64","default":""},"image_ocr_text":{"type":"string","maxLength":10000,"title":"Image Ocr Text","default":""},"reply_to_linked_channel":{"type":"boolean","title":"Reply To Linked Channel","default":false}},"type":"object","title":"MessageData"},"ModerationRequest":{"properties":{"event_type":{"type":"string","enum":["message","edited_message","reaction","profile"],"title":"Event Type"},"chat_id":{"type":"integer","title":"Chat Id"},"chat_title":{"type":"string","maxLength":255,"title":"Chat Title","default":""},"profile":{"$ref":"#/components/schemas/UserProfile"},"personal_channel":{"$ref":"#/components/schemas/PersonalChannel"},"message":{"$ref":"#/components/schemas/MessageData"}},"type":"object","required":["event_type","chat_id","profile"],"title":"ModerationRequest"},"ModerationResponse":{"properties":{"checked":{"type":"boolean","title":"Checked","default":true},"skipped_reason":{"type":"string","title":"Skipped Reason","default":""},"violation":{"type":"boolean","title":"Violation","default":false},"category":{"type":"string","title":"Category","default":""},"action":{"type":"string","enum":["allow","mute","ban","review"],"title":"Action","default":"allow"},"mute_seconds":{"type":"integer","title":"Mute Seconds","default":0},"delete_message":{"type":"boolean","title":"Delete Message","default":false},"delete_recent_minutes":{"type":"integer","title":"Delete Recent Minutes","default":0},"form_required":{"type":"boolean","title":"Form Required","default":false},"reason":{"type":"string","title":"Reason","default":""},"markers":{"items":{"type":"string"},"type":"array","title":"Markers"},"incident_id":{"type":"string","title":"Incident Id","default":""},"slot":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Slot"}},"type":"object","title":"ModerationResponse"},"PersonalChannel":{"properties":{"chat_id":{"type":"integer","title":"Chat Id","default":0},"title":{"type":"string","maxLength":255,"title":"Title","default":""},"member_count":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Member Count"}},"type":"object","title":"PersonalChannel"},"RegisterRequest":{"properties":{"bot_id":{"type":"integer","title":"Bot Id"},"bot_username":{"type":"string","maxLength":64,"minLength":3,"title":"Bot Username"}},"type":"object","required":["bot_id","bot_username"],"title":"RegisterRequest"},"TechnicalEventRequest":{"properties":{"level":{"type":"string","enum":["info","warning","error","critical"],"title":"Level","default":"info"},"event":{"type":"string","maxLength":120,"minLength":1,"title":"Event"},"details":{"type":"string","maxLength":4000,"title":"Details","default":""}},"type":"object","required":["event"],"title":"TechnicalEventRequest"},"TelegramStateRequest":{"properties":{"state":{"additionalProperties":true,"type":"object","title":"State"}},"type":"object","title":"TelegramStateRequest"},"UserProfile":{"properties":{"user_id":{"type":"integer","title":"User Id"},"first_name":{"type":"string","maxLength":255,"title":"First Name","default":""},"last_name":{"type":"string","maxLength":255,"title":"Last Name","default":""},"bio":{"type":"string","maxLength":4096,"title":"Bio","default":""},"avatar_base64":{"type":"string","maxLength":16000000,"title":"Avatar Base64","default":""},"avatar_ocr_text":{"type":"string","maxLength":8000,"title":"Avatar Ocr Text","default":""}},"type":"object","required":["user_id"],"title":"UserProfile"},"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"}}}}