docs: documentation for every endpoint

This commit is contained in:
Timo Kösters
2021-08-31 19:14:37 +02:00
parent 364820aae4
commit b9eb39a9c6
35 changed files with 847 additions and 93 deletions

View File

@@ -13,6 +13,9 @@ use ruma::{
#[cfg(feature = "conduit_bin")]
use rocket::put;
/// # `PUT /_matrix/client/r0/sendToDevice/{eventType}/{txnId}`
///
/// Send a to-device event to a set of client devices.
#[cfg_attr(
feature = "conduit_bin",
put("/_matrix/client/r0/sendToDevice/<_>/<_>", data = "<body>")