Get Message Event Response endpoint #23

Merged
phoenix merged 7 commits from get_mer-endpoint into alot_of_changes 2026-06-20 15:05:21 -04:00
Showing only changes of commit c5bc79fc2d - Show all commits
+2
View File
@@ -31,6 +31,8 @@ pub mod endpoints {
/// Constant for recording Message Event Response endpoint /// Constant for recording Message Event Response endpoint
pub const RECORD_MESSAGE_EVENT_RESPONSE: &str = pub const RECORD_MESSAGE_EVENT_RESPONSE: &str =
"/api/v1/schedule/message/event/response/record"; "/api/v1/schedule/message/event/response/record";
/// Constant for getting Message Event Response endpoint
pub const GET_MESSAGE_EVENT_RESPONSE: &str = "/api/v1/schedule/message/event/response";
} }
pub mod response { pub mod response {