diff --git a/src/api/v1/markers.ts b/src/api/v1/markers.ts index 0a201981..adce33e9 100644 --- a/src/api/v1/markers.ts +++ b/src/api/v1/markers.ts @@ -30,7 +30,7 @@ app.post( scopeRequired(["write:statuses"]), zValidator( "json", - z.record( + z.partialRecord( z.enum(["notifications", "home"]), z.object({ last_read_id: z.string(),