docs(dotnet): enable request interception (#14517)

This commit is contained in:
Max Schmitt 2022-05-31 17:46:16 +02:00 committed by GitHub
parent 88ba9c2ff2
commit 77537d6b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.