From d73d188ae712343b22273a15d69a3eca549b34c9 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 11 Feb 2022 15:27:37 +0100 Subject: [PATCH] cherry-pick(release-1.19): docs(python): enable Route.fulfill.response (#12030) 281518016262e368f7d47fd1cf0201380d11c0a5 --- docs/src/api/class-route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-route.md b/docs/src/api/class-route.md index 02fe332007..61dd9e3ad4 100644 --- a/docs/src/api/class-route.md +++ b/docs/src/api/class-route.md @@ -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.