fix: manually specify params
This commit is contained in:
@@ -12,6 +12,9 @@ use rocket::{serde::json::Json, State};
|
||||
#[utoipa::path(
|
||||
tag = "Server Permissions",
|
||||
security(("Session-Token" = []), ("Bot-Token" = [])),
|
||||
params(
|
||||
("target" = Reference, Path),
|
||||
),
|
||||
responses(
|
||||
(status = 200, body = v0::Server),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user