A05: Add server-side idempotency for catch report creation via Idempotency-Key header
This commit is contained in:
@@ -184,6 +184,7 @@ class CatchReportCreated(BaseModel):
|
||||
|
||||
class CatchReportAccepted(CatchReportCreated):
|
||||
screenshot_upload_token: str
|
||||
idempotent: bool = False
|
||||
|
||||
|
||||
class AdminCatchReportOut(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user