POST
method
/posts
path

Body Parameters

title
string
required

Title of the post to be created.

boardId
string
required

Identifier of the board where the post will be created.

statusId
string
required

Status identifier for the new post.

desc
string | undefined

Description or body of the post.

userName
string | undefined
required

Name of the user creating the post. If anonymous posting is enabled then userName is not required.

userEmail
string | undefined
required

Email of the admin creating the post. If anonymous posting is enabled then userEmail is not required.