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