mirror of https://github.com/halo-dev/halo
Fix typo for UnpublishPost api description (#7628)
Co-authored-by: pengxiaoyu <pengxiaoyu@shengqugames.com>pull/7630/head
parent
93ec6e686e
commit
a8b885709b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue