fix: manually specify params
This commit is contained in:
@@ -10,6 +10,10 @@ use rocket::{serde::json::Json, State};
|
||||
/// Edits 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