Skip to main content

Write board message

POST /v1/board/:id

Write a new board message for a member

Path Parameters
  • id any required

    Object ID of the object, this can be a mongo ID but also a plain string (backwards-compatibility). When using POST or add API calls, this property is optional.

Request Body required
  • title string

    Title of the message

  • message string

    The message of the message

  • writtenBy string

    ID of the member that wrote this message

  • writtenFor string

    ID of the member that this message is for

  • writtenAt integer

    Milliseconds since epoch for this timestamp/date

  • read boolean

    Whether this message is read or not

  • supportMarkdown boolean

    Whether this board message supports markdown

Responses

OK

Loading...