diff --git a/pages/api/users/[userId]/_patch.ts b/pages/api/users/[userId]/_patch.ts index 4204cf7823..3621d820f3 100644 --- a/pages/api/users/[userId]/_patch.ts +++ b/pages/api/users/[userId]/_patch.ts @@ -50,7 +50,7 @@ import { schemaUserEditBodyParams, schemaUserReadPublic } from "@lib/validations * weekStart: * description: Start of the week. Acceptable values are one of [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY] * type: string - * timeZone: + * timeZone: * description: The user's time zone * type: string * theme: diff --git a/pages/api/users/_post.ts b/pages/api/users/_post.ts index d69f7da43a..faa9a60898 100644 --- a/pages/api/users/_post.ts +++ b/pages/api/users/_post.ts @@ -45,7 +45,7 @@ import { schemaUserCreateBodyParams } from "@lib/validations/user"; * weekStart: * description: Start of the week. Acceptable values are one of [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY] * type: string - * timeZone: + * timeZone: * description: The new user's time zone * type: string * theme: