mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
docs(labrinth): misc fixes (#7228)
* docs(labrinth): fix project id param for dependencies route * docs(labrinth): add missing params
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user