]> git.proxmox.com Git - proxmox.git/commit
notify: derive `api` for Deleteable*Property
authorLukas Wagner <l.wagner@proxmox.com>
Fri, 19 Apr 2024 14:17:12 +0000 (16:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 21:06:52 +0000 (23:06 +0200)
commit1a40d34083b0003b019766988731c774adbaac17
tree54e9cf39b01ec601991c3115d9fe1c1795203954
parent87f7dfa1119a765759ffb28d1aaf4f136fc1052b
notify: derive `api` for Deleteable*Property

The API endpoints in Proxmox Backup Server require ApiType to be
implemented for any deserialized parameter.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
proxmox-notify/src/endpoints/gotify.rs
proxmox-notify/src/endpoints/sendmail.rs
proxmox-notify/src/endpoints/smtp.rs
proxmox-notify/src/matcher.rs