fix: update remaining /v1/users path to /v1/iam/users in swagger
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
76201d8d3e
commit
8144ab40e9
@@ -14,7 +14,7 @@ use uuid::Uuid;
|
|||||||
|
|
||||||
#[utoipa::path(
|
#[utoipa::path(
|
||||||
get,
|
get,
|
||||||
path = "/v1/users",
|
path = "/v1/iam/users",
|
||||||
security(("Bearer" = [])),
|
security(("Bearer" = [])),
|
||||||
params(
|
params(
|
||||||
("page" = Option<i64>, Query, description = "Page number"),
|
("page" = Option<i64>, Query, description = "Page number"),
|
||||||
|
|||||||
Reference in New Issue
Block a user