Skip to content

Commit 30f8d8f

Browse files
committed
Update README.md based on comments
1 parent 3ca9b79 commit 30f8d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/question/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ This endpoint allows updating an existing question. Only the title, description,
350350
| Response Code | Explanation |
351351
|-----------------------------|------------------------------------------------------------------------------------|
352352
| 200 (OK) | Success, the question is updated successfully. |
353-
| 404 (Bad Request) | Invalid request body such as including `id` or duplicate `title` or `description`. |
353+
| 400 (Bad Request) | Invalid request body such as including `id` or duplicate `title` or `description`. |
354354
| 404 (Not Found) | Question with the specified `id` not found. |
355355
| 500 (Internal Server Error) | Unexpected error in the database or server. |
356356

0 commit comments

Comments
 (0)