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

GitlabRoute => Add badges route

parent 8d7e3ca0
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ enum GitlabRoute { ...@@ -7,6 +7,7 @@ enum GitlabRoute {
REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_FORK = '/projects/{{id}}/fork',
REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members',
REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all', REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all',
REPOSITORY_BADGES_ADD = '/projects/{{id}}/badges',
REPOSITORY_VARIABLES_ADD = '/projects/{{id}}/variables', REPOSITORY_VARIABLES_ADD = '/projects/{{id}}/variables',
REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches', REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches',
REPOSITORY_TREE = '/projects/{{id}}/repository/tree', REPOSITORY_TREE = '/projects/{{id}}/repository/tree',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment