docs(labrinth): misc fixes (#7228)

* docs(labrinth): fix project id param for dependencies route

* docs(labrinth): add missing params
This commit is contained in:
Sychic
2026-08-20 15:58:05 +00:00
committed by GitHub
parent 3e07267e10
commit f39a602be3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ struct DependencyInfo {
get,
operation_id = "getDependencies",
params(
("id" = String, Path, description = "The ID or slug of the project")
("project_id" = String, Path, description = "The ID or slug of the project")
),
responses(
(status = 200, description = "Expected response to a valid request", body = DependencyInfo),