cherry-pick(release-1.19): docs(python): enable Route.fulfill.response (#12030)

2815180162
This commit is contained in:
Max Schmitt 2022-02-11 15:27:37 +01:00 committed by GitHub
parent 73d78f5988
commit d73d188ae7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ 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
* 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.