diff options
author | fxqnlr <[email protected]> | 2024-06-17 10:29:29 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-06-17 10:29:29 +0200 |
commit | 8268b826cc45f5b2bd31b72339cc310789ab22d4 (patch) | |
tree | ba345251131779e76c076d60971e4f7f066bf146 /src/routes/start.rs | |
parent | 4a9be3eccd09e40c44a859858523cff7f7ff0b3f (diff) | |
download | webol-8268b826cc45f5b2bd31b72339cc310789ab22d4.tar webol-8268b826cc45f5b2bd31b72339cc310789ab22d4.tar.gz webol-8268b826cc45f5b2bd31b72339cc310789ab22d4.zip |
docs
Diffstat (limited to 'src/routes/start.rs')
-rw-r--r-- | src/routes/start.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/start.rs b/src/routes/start.rs index 0b6b38b..e9436f1 100644 --- a/src/routes/start.rs +++ b/src/routes/start.rs | |||
@@ -16,7 +16,7 @@ use uuid::Uuid; | |||
16 | path = "/start/{id}", | 16 | path = "/start/{id}", |
17 | request_body = Option<SPayload>, | 17 | request_body = Option<SPayload>, |
18 | responses( | 18 | responses( |
19 | (status = 200, description = "start the device with the given id", body = [Response]) | 19 | (status = 200, description = "start device with the given id", body = [Response]) |
20 | ), | 20 | ), |
21 | params( | 21 | params( |
22 | ("id" = String, Path, description = "device id") | 22 | ("id" = String, Path, description = "device id") |