Skip to main content

Update board message

PATCH /v1/board/:id

Update a 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
  • read boolean

    Whether this message is read or not

Responses

OK

Loading...