Request
Body Params application/json
{
"title" : "test remind",
"room_id" : "107827436183954402",
"remind_at" :"2024-04-02T10:16:07.000Z",
"repeat_type" : "no_repeat"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/room-reminder/' \
--header 'X-Auth-User-Id: c5395e26-2c1e-11ee-a955-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"title" : "test remind",
"room_id" : "107827436183954402",
"remind_at" :"2024-04-02T10:16:07.000Z",
"repeat_type" : "no_repeat" // "repeat_type" : "no_repeat" //hằng ngày : every_day, không lặp lại : no_repeat, hằng tuần : every_week, hằng tháng : every_month
}'
Responses
application/json Modified at 2024-05-16 04:36:30