From cdcd73623c95365375fc5dd966e26a245be77f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20Tvrtkovi=C4=87?= Date: Tue, 19 Dec 2023 13:30:43 +0100 Subject: [PATCH] Tweak docs --- docs/handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handlers.md b/docs/handlers.md index eaafc80..ad37bb1 100644 --- a/docs/handlers.md +++ b/docs/handlers.md @@ -519,7 +519,7 @@ async def get_article() -> Ok[Article]: ### Returning Multiple Status Codes -Use a union of _uapi_ response types if your handler can return multiple status codes. +Use a union of _uapi_ response types and shorthands if your handler can return multiple status codes. All responses defined this way will be rendered in the OpenAPI schema.