Record Message Event Response endpoint #22

Merged
phoenix merged 11 commits from record_mer-endpoint into alot_of_changes 2026-06-20 13:38:23 -04:00
Showing only changes of commit f2ed459b71 - Show all commits
+2
View File
@@ -28,6 +28,8 @@ pub mod endpoints {
pub const DELETE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event/{id}";
/// Constant for fetching Scheduled Message endpoint
pub const FETCH_SCHEDULED_MESSAGE: &str = "/api/v1/schedule/message/fetch";
/// Constant for recording Message Event Response endpoint
pub const RECORD_MESSAGE_EVENT_RESPONSE: &str = "/api/v1/schedule/message/event/response/record";
}
pub mod response {