From 9534bfa7ef9069164108570a7b16ff4e594c5f88 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 30 Sep 2024 08:44:52 +0200 Subject: [PATCH] docs: add time zone validation error --- src/content/docs/usage/errors.mdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/usage/errors.mdoc b/src/content/docs/usage/errors.mdoc index 73158eb..1c253e4 100644 --- a/src/content/docs/usage/errors.mdoc +++ b/src/content/docs/usage/errors.mdoc @@ -43,6 +43,7 @@ This document describes the different errors Vikunja can return. |-----------|------------------|-------------| | 2001 | 400 | ID cannot be empty or 0. | | 2002 | 400 | Some of the request data was invalid. The response contains an additional array with all invalid fields. | +| 2003 | 400 | The provided time zone was invalid. | ## Project