{"title":"test remind chỉnh sửa","remind_at":"2024-04-03T07:10:07.000Z",// múi giờ +0 khi truyền xuống, data BE return cũng là múi giờ +0 mapping theo +7 trên giao diện"repeat_type":"every_day"// "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}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://127.0.0.1:8000/api/room-reminder/24/' \
--header'X-Auth-User-Id: c5395e26-2c1e-11ee-a955-0242c0a80103' \
--header'Content-Type: application/json' \
--data-raw'{
"title" : "test remind chỉnh sửa",
"remind_at" :"2024-04-03T07:10:07.000Z", // múi giờ +0 khi truyền xuống, data BE return cũng là múi giờ +0 mapping theo +7 trên giao diện
"repeat_type" : "every_day" // "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
}'