BLOG-104 Implement CRUD functionality for Posts #108
@ -13,6 +13,7 @@ use crate::adapter::delivery::{
|
|||||||
summary = "Update a post by ID",
|
summary = "Update a post by ID",
|
||||||
responses(
|
responses(
|
||||||
(status = 200, body = PostResponseDto),
|
(status = 200, body = PostResponseDto),
|
||||||
|
(status = 404, description = "Post not found"),
|
||||||
),
|
),
|
||||||
security(
|
security(
|
||||||
("oauth2" = [])
|
("oauth2" = [])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user