A05: Add server-side idempotency for catch report creation via Idempotency-Key header

This commit is contained in:
ik
2026-09-11 07:35:01 +07:00
parent 57aa3ffafb
commit 641374ddbc
4 changed files with 52 additions and 3 deletions
+1
View File
@@ -184,6 +184,7 @@ class CatchReportCreated(BaseModel):
class CatchReportAccepted(CatchReportCreated):
screenshot_upload_token: str
idempotent: bool = False
class AdminCatchReportOut(BaseModel):