Update app/controllers/api/vcs.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Khushboo Verma
2023-07-24 02:09:16 +05:30
committed by GitHub
co-authored by Eldad A. Fux
parent 97afa959a2
commit 9484994c4c
+1 -1
View File
@@ -187,7 +187,7 @@ App::get('/v1/vcs/github/redirect')
});
App::get('/v1/vcs/github/installations/:installationId/repositories')
->desc('List repositories')
->desc('List Repositories')
->groups(['api', 'vcs'])
->label('scope', 'public')
->label('sdk.namespace', 'vcs')