Record Message Event Response endpoint (#22)
Reviewed-on: phoenix/textsender_api#22
This commit was merged in pull request #22.
This commit is contained in:
@@ -28,6 +28,9 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user