latestOpenAPI 3.0.02026-08-1033283.6 MB

b0608768680f

Message

Create new topic

This endpoint is used to create new topic

post/messages/topics/

Request body

namestring

Example request

{
  "name": "food"
}

Response

Create new topic successfuly

created_atstring
idstring
is_activestring
namestring
updated_atstring

Example response

{
  "created_at": "2019-04-25T08:52:18.929Z",
  "name": "new topic by eddy",
  "updated_at": "2019-04-25T08:52:18.929Z"
}