mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/controllers/api/vcs.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
co-authored by
Eldad A. Fux
parent
97afa959a2
commit
9484994c4c
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user