Fix typo for UnpublishPost api description (#7628)

Co-authored-by: pengxiaoyu <pengxiaoyu@shengqugames.com>
pull/7630/head
XiaoyuPeng 2025-07-15 11:54:58 +08:00 committed by GitHub
parent 93ec6e686e
commit a8b885709b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class PostEndpoint implements CustomEndpoint {
)
.PUT("posts/{name}/unpublish", this::unpublishPost,
builder -> builder.operationId("UnpublishPost")
.description("Publish a post.")
.description("UnPublish a post.")
.tag(tag)
.parameter(parameterBuilder().name("name")
.in(ParameterIn.PATH)