Posts
Create Post
Create a new post.
POST
method
/posts
path
Body Parameters
title
string
requiredTitle of the post to be created.
boardId
string
requiredIdentifier of the board where the post will be created.
statusId
string
requiredStatus identifier for the new post.
desc
string | undefined
Description or body of the post.
userName
string | undefined
requiredName of the user creating the post. If anonymous posting is enabled then
userName
is not required.
userEmail
string | undefined
requiredEmail of the admin creating the post. If anonymous posting is enabled then
userEmail
is not required.