diff options
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 fa226d8..c61d5a3 100644 --- a/src/routes/start.rs +++ b/src/routes/start.rs | |||
@@ -63,7 +63,7 @@ pub async fn start_payload( | |||
63 | #[utoipa::path( | 63 | #[utoipa::path( |
64 | post, | 64 | post, |
65 | path = "/start/{id}", | 65 | path = "/start/{id}", |
66 | request_body = Payload, | 66 | request_body = Option<Payload>, |
67 | responses( | 67 | responses( |
68 | (status = 200, description = "Start the device with the given id", body = [Response]) | 68 | (status = 200, description = "Start the device with the given id", body = [Response]) |
69 | ), | 69 | ), |