proxmox/proxmox-notify/src/api
Maximiliano Sandoval 90e4dc5f8f api: webhook: doc: add indentation to list item
```
warning: doc list item without indentation
   --> proxmox-notify/src/api/webhook.rs:131:5
    |
131 | ///   (`400 Bad request`)
    |     ^^
    |
    = help: if this is supposed to be its own paragraph, add a blank line
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
    = note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
    |
131 | ///     (`400 Bad request`)
    |       ++
```

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2024-12-03 13:44:05 +01:00
..
common.rs notify: replace filters and groups with matcher-based system 2023-11-17 08:31:36 +01:00
gotify.rs fix typos in variable and function names 2024-07-22 08:49:42 +02:00
matcher.rs fix typos in variable and function names 2024-07-22 08:49:42 +02:00
mod.rs notify: add api for webhook targets 2024-11-10 18:55:11 +01:00
sendmail.rs fix typos in variable and function names 2024-07-22 08:49:42 +02:00
smtp.rs fix typos in variable and function names 2024-07-22 08:49:42 +02:00
webhook.rs api: webhook: doc: add indentation to list item 2024-12-03 13:44:05 +01:00