Skip to content
Snippets Groups Projects
Commit 9fdc3711 authored by michael.minelli's avatar michael.minelli
Browse files

GitlabRoutes => Add repository edit route

parent f20c94b8
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@ enum GitlabRoutes {
USERS_GET = '/users',
REPOSITORY_GET = '/projects/{{id}}',
REPOSITORY_CREATE = '/projects',
REPOSITORY_EDIT = '/projects/{{id}}',
REPOSITORY_FORK = '/projects/{{id}}/fork',
REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members',
REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment