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

index 76954c779..452611d3a 100644 --- a/src/api/routes/attachments/refresh-urls.ts +++ b/src/api/routes/attachments/refresh-urls.ts
@@ -33,7 +33,7 @@ router.post( 200: { body: "RefreshUrlsResponse", }, - 400: { + "4XX": { body: "APIErrorResponse", }, },