fix(docs): get_bals doesn't require an id parameter
This commit is contained in:
parent
4d451ace79
commit
05e8366611
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ pub async fn update_bal(
|
||||||
#[utoipa::path(
|
#[utoipa::path(
|
||||||
get,
|
get,
|
||||||
path = "/bals",
|
path = "/bals",
|
||||||
params(BalByIdParams),
|
|
||||||
security(("jwt" = [])),
|
security(("jwt" = [])),
|
||||||
responses(
|
responses(
|
||||||
(status = OK, body = Vec<bal::Model>, description = "All Bals you own"),
|
(status = OK, body = Vec<bal::Model>, description = "All Bals you own"),
|
||||||
|
|
|
||||||
Reference in a new issue