BLOG-104 feat: add 404 response description for post update handler
All checks were successful
Frontend CI / build (push) Successful in 1m8s
Auto Comment On PR / add_improve_comment (pull_request) Successful in 17s
PR Title Check / pr-title-check (pull_request) Successful in 13s

This commit is contained in:
SquidSpirit 2025-08-02 14:29:50 +08:00
parent 451951f22a
commit d5b7e81b27

View File

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