PUT
method
/posts/:postId
path

Path Parameters

postId
string
required

Identifier of the post to be updated.

Body Parameters

title
string | undefined

New title for the post.

desc
string | undefined

Updated description or body of the post.

boardId
string | undefined

New board identifier if the post is being moved.

statusId
string | undefined

New status identifier for updating the post’s status.

hide
boolean | undefined

Option to hide the post.

pin
boolean | undefined

Option to pin the post to the top of the board.

disableComments
boolean | undefined

Option to disable comments on the post.

etc
Date | undefined

Additional date or timestamp detail for the post.