From 67a76f7271ff7778e35adf00695df3fdbff2ff6f Mon Sep 17 00:00:00 2001 From: phaleth <29838606+phaleth@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:09:24 +0100 Subject: [PATCH] docs: make the response status code on responses page more obvious --- docs/guide/responses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/responses.md b/docs/guide/responses.md index 88acb8f1..6a6cc4d6 100644 --- a/docs/guide/responses.md +++ b/docs/guide/responses.md @@ -40,7 +40,7 @@ export default { ``` Using the explicit handler you can also override the status code of the -response. +response. Here the default `200 OK` response code is overriden by `202 Accepted`. ### JSON