Update a message

Update a message

PUT https://api.imber.live/message/:ID

This endpoint allows you to update a message.

Path Parameters

NameTypeDescription

id

string

ID of the cake to get, for free of course.

Headers

NameTypeDescription

Authentication

string

Authentication token to

{
    "success": true,
    "data": {
        "type": 0,
        "_id": "600ead5b7d85be182a1a9d86",
        "creator": "5fec142af3ef387502f440e5",
        "creatorType": "user",
        "message": "یا باید از یک اکانت استفاده کنیم ",
        "workSpace": "5f00a44d8e844b5a746f90b3",
        "roomId": "600eacdf7d85be182a1a9af0",
        "organization": "5f00a44d8e844b5a746f90b1",
        "createdAt": "2021-01-25T11:36:59.890Z",
        "updatedAt": "2021-01-25T11:36:59.890Z",
        "__v": 0
    }
}

Last updated