docs(python): enable Route.fulfill.response

This commit is contained in:
Max Schmitt 2022-02-11 15:25:58 +01:00
parent ded3d976cb
commit 2815180162

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. is resolved relative to the current working directory.
### option: Route.fulfill.response ### option: Route.fulfill.response
* langs: js, java * langs: js, java, python
- `response` <[APIResponse]> - `response` <[APIResponse]>
[APIResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options. [APIResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.