diff --git a/orion-server/src/api.rs b/orion-server/src/api.rs index 333ca301d..5ea9cec07 100644 --- a/orion-server/src/api.rs +++ b/orion-server/src/api.rs @@ -812,7 +812,7 @@ impl TaskInfoDTO { #[utoipa::path( get, - path = "/tasks", + path = "/tasks/{mr}", params( ("mr" = String, Path, description = "MR number to filter tasks by") ),