BLOG-104 feat: add 404 response description for post update handler
This commit is contained in:
parent
451951f22a
commit
d5b7e81b27
@ -13,6 +13,7 @@ use crate::adapter::delivery::{
|
||||
summary = "Update a post by ID",
|
||||
responses(
|
||||
(status = 200, body = PostResponseDto),
|
||||
(status = 404, description = "Post not found"),
|
||||
),
|
||||
security(
|
||||
("oauth2" = [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user