summary refs log tree commit diff
path: root/src/api/routes/users/@me/relationships.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-16 09:39:21 +0200
committerRory& <root@rory.gay>2025-10-16 09:39:21 +0200
commit157cd64a665873d3a36905c0b9ea1705f8d5891d (patch)
tree36c4b07f25b7e57f6905479cff0490f421847e25 /src/api/routes/users/@me/relationships.ts
parentImplement applications/@me (diff)
downloadserver-ts-dev/openapi-improvements.tar.xz
Diffstat (limited to 'src/api/routes/users/@me/relationships.ts')
-rw-r--r--src/api/routes/users/@me/relationships.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/routes/users/@me/relationships.ts b/src/api/routes/users/@me/relationships.ts

index 675552750..e5e71997f 100644 --- a/src/api/routes/users/@me/relationships.ts +++ b/src/api/routes/users/@me/relationships.ts
@@ -76,7 +76,7 @@ router.put( requestBody: "RelationshipPutSchema", responses: { 204: {}, - 400: { + "4XX": { body: "APIErrorResponse", }, 404: { @@ -104,7 +104,7 @@ router.post( requestBody: "RelationshipPostSchema", responses: { 204: {}, - 400: { + "4XX": { body: "APIErrorResponse", }, 404: { @@ -137,7 +137,7 @@ router.delete( route({ responses: { 204: {}, - 400: { + "4XX": { body: "APIErrorResponse", }, 404: {