Message
Create new topic
This endpoint is used to create new topic
post/messages/topics/
Request body
Example request
{
"name": "food"
}Response
Create new topic successfuly
Example response
{
"created_at": "2019-04-25T08:52:18.929Z",
"name": "new topic by eddy",
"updated_at": "2019-04-25T08:52:18.929Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.