Skip to content

Commit f8b8339

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#319)
1 parent 8766ffb commit f8b8339

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cloudflare/types/url_scanner/scan_get_response.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ScanMetaProcessorsTechEvidencePattern",
2626
"ScanPage",
2727
"ScanPageConsole",
28-
"ScanPageCooky",
28+
"ScanPageCookie",
2929
"ScanPageJS",
3030
"ScanPageJSVariable",
3131
"ScanPageSecurityViolation",
@@ -176,7 +176,7 @@ class ScanPageConsole(BaseModel):
176176
url: Optional[str] = None
177177

178178

179-
class ScanPageCooky(BaseModel):
179+
class ScanPageCookie(BaseModel):
180180
domain: str
181181

182182
expires: float
@@ -231,7 +231,7 @@ class ScanPage(BaseModel):
231231

232232
console: List[ScanPageConsole]
233233

234-
cookies: List[ScanPageCooky]
234+
cookies: List[ScanPageCookie]
235235

236236
country: str
237237

0 commit comments

Comments
 (0)