From 77537d6b595eb6b3dbe1901ebdc89571cf69cfc0 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 31 May 2022 17:46:16 +0200 Subject: [PATCH] docs(dotnet): enable request interception (#14517) --- docs/src/api/class-route.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/api/class-route.md b/docs/src/api/class-route.md index e8e0a7049a..5411cf2645 100644 --- a/docs/src/api/class-route.md +++ b/docs/src/api/class-route.md @@ -223,7 +223,6 @@ File path to respond with. The content type will be inferred from file extension is resolved relative to the current working directory. ### option: Route.fulfill.response -* langs: js, java, python - `response` <[APIResponse]> [APIResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.