update jsdoc for hasFile for the projectPath param

Signed-off-by: Claire Peng <clairep@spotify.com>
This commit is contained in:
Claire Peng
2025-09-22 10:49:28 +01:00
parent 37f540b71d
commit 047681317a
@@ -342,8 +342,9 @@ export class GitLabClient {
/**
* General existence check.
* @see {@link https://docs.gitlab.com/api/repository_files/#get-file-from-repository | GitLab Repository Files API}
*
* @param projectPath - The path to the project
* @param projectPath - The path to the project, either the numeric ID or the namespaced path.
* @param branch - The branch used to search
* @param filePath - The path to the file
*/