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

GitlabRoute => Add repository pipelines route

parent f88abb69
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ enum GitlabRoute { ...@@ -12,6 +12,7 @@ enum GitlabRoute {
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',
REPOSITORY_FILE = '/projects/{{id}}/repository/files/{{filePath}}', REPOSITORY_FILE = '/projects/{{id}}/repository/files/{{filePath}}',
REPOSITORY_PIPELINES = '/projects/{{id}}/pipelines',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment