diff options
Diffstat (limited to 'src/routes')
-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") |