BLOG-104 Implement CRUD functionality for Posts #108

Merged
squid merged 5 commits from BLOG-104_post_create_and_update_routes into main 2025-08-02 14:35:27 +08:00
Showing only changes of commit d5b7e81b27 - Show all commits

View File

@ -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" = [])