chore: update everything to work with utoipa
This commit is contained in:
@@ -8,7 +8,7 @@ use rocket::{serde::json::Json, State};
|
||||
/// # Edits a webhook
|
||||
///
|
||||
/// Edits a webhook with a token
|
||||
#[openapi(tag = "Webhooks")]
|
||||
#[utoipa::path(tag = "Webhooks")]
|
||||
#[patch("/<webhook_id>/<token>", data = "<data>")]
|
||||
pub async fn webhook_edit_token(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user