Update scheduled message status endpoint #20

Merged
phoenix merged 9 commits from update_scheduled_message_status-endpoint into alot_of_changes 2026-06-19 18:34:40 -04:00
Showing only changes of commit cfc8897ca5 - Show all commits
+2
View File
@@ -18,6 +18,8 @@ pub mod endpoints {
pub const SCHEDULE_MESSAGE: &str = "/api/v1/schedule/message";
/// Constant for getting scheduled message endpoint
pub const GET_SCHEDULE_MESSAGE: &str = "/api/v1/schedule/message";
/// Constant for updating scheduled message status endpoint
pub const UPDATE_SCHEDULED_MESSAGE_STATUS: &str = "/api/v1/schedule/message/status/update";
/// Constant for creating Scheduled Message Event endpoint
pub const CREATE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event";
/// Constant for getting Scheduled Message Event endpoint