Skip to content

Commit fb2b8c9

Browse files
committed
docs: use auto-generated docs
1 parent 11deb4d commit fb2b8c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tool-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@
264264

265265
**Parameters:**
266266

267-
- **pageSize** (number) _(optional)_: Maximum number of requests to return. When omitted, returns all requests.
267+
- **pageSize** (integer) _(optional)_: Maximum number of requests to return. When omitted, returns all requests.
268268
- **pageToken** (string) _(optional)_: Opaque token representing the next page. Use the token returned by a previous call.
269-
- **requestType** (enum) _(optional)_: Type of request to return. When omitted, returns all requests. Available types are: Document, Stylesheet, Image, Media, Font, Script, TextTrack, XHR, Fetch, EventSource, WebSocket, Manifest, SignedExchange, Ping, CSPViolationReport, Preflight, Other.
269+
- **requestType** (enum: "document", "stylesheet", "image", "media", "font", "script", "xhr", "fetch", "prefetch", "websocket", "preflight", "other") _(optional)_: Type of request to return. When omitted, returns all requests. Available types are: document, stylesheet, image, media, font, script, xhr, fetch, prefetch, websocket, preflight, other.
270270

271271
---
272272

0 commit comments

Comments
 (0)