Delete scheduled message event endpoint (#19)
textsender_api PR / Rustfmt (pull_request) Successful in 56s
textsender_api PR / Check (pull_request) Successful in 1m32s
textsender_api PR / Clippy (pull_request) Successful in 1m37s

Reviewed-on: phoenix/textsender_api#19
This commit was merged in pull request #19.
This commit is contained in:
2026-06-19 16:02:53 -04:00
parent c1557d09f6
commit 3a387813d7
7 changed files with 206 additions and 5 deletions
+2
View File
@@ -22,6 +22,8 @@ pub mod endpoints {
pub const CREATE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event";
/// Constant for getting Scheduled Message Event endpoint
pub const GET_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event";
/// Constant for deleting Scheduled Message Event endpoint
pub const DELETE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event/{id}";
}
pub mod response {