summary refs log tree commit diff
path: root/src/api/routes/updates.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/updates.ts')
-rw-r--r--src/api/routes/updates.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/updates.ts b/src/api/routes/updates.ts

index 5262dc2d0..919e7443c 100644 --- a/src/api/routes/updates.ts +++ b/src/api/routes/updates.ts
@@ -29,7 +29,7 @@ router.get( 200: { body: "UpdatesResponse", }, - 400: { + "4XX": { body: "APIErrorResponse", }, 404: {