Request
Body Params application/json
{
"room_id": "19a84ee5-cd34-48c4-857b-b50a01125256-e9d1a3aa",
"message_text": "kkk",
"eid": "3508039d-138e-499a-8f96-040d4b96d88a",
"mid": 5116816
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/fchat/edit-message/' \
--header 'X-Auth-User-Id: f9a56082-f599-4d13-b1e4-f57a8bf135a5' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id": "19a84ee5-cd34-48c4-857b-b50a01125256-e9d1a3aa",
"message_text": "kkk", // nội dung cần chỉnh sửa
"eid": "3508039d-138e-499a-8f96-040d4b96d88a",
"mid": 5116816 // id message cần sửa
}'
Responses
application/json Modified at 2025-01-09 07:30:06