Skip to content

Commit 08f77a1

Browse files
committed
fix swagger
1 parent 8ca0fb7 commit 08f77a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Subscription/Controller/BlacklistController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function removeEmailFromBlacklist(Request $request, string $email): JsonR
255255
new OA\Response(
256256
response: 404,
257257
description: 'Failure',
258-
content: new OA\JsonContent(ref: '#/components/schemas/NotFoundResponse')
258+
content: new OA\JsonContent(ref: '#/components/schemas/BadRequestResponse')
259259
),
260260
]
261261
)]

0 commit comments

Comments
 (0)