fix: manually specify params
This commit is contained in:
@@ -8,6 +8,10 @@ use rocket::{serde::json::Json, State};
|
||||
/// Gets a webhook with a token
|
||||
#[utoipa::path(
|
||||
tag = "Webhooks",
|
||||
params(
|
||||
("webhook_id" = Reference, Path),
|
||||
("token" = String, Path),
|
||||
),
|
||||
responses(
|
||||
(status = 200, body = Webhook),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user