Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject

This commit is contained in:
Tomasz Maczukin
2016-02-19 13:18:49 +01:00
parent f8f492e589
commit 7ea60c8564
2 changed files with 5 additions and 7 deletions
+4
View File
@@ -122,7 +122,9 @@ Example response:
"projects": [
{
"id": 1,
"name": "GitLab Community Edition",
"name_with_namespace": "GitLab.org / GitLab Community Edition",
"path": "gitlab-ce",
"path_with_namespace": "gitlab-org/gitlab-ce"
}
],
@@ -170,7 +172,9 @@ Example response:
"projects": [
{
"id": 1,
"name": "GitLab Community Edition",
"name_with_namespace": "GitLab.org / GitLab Community Edition",
"path": "gitlab-ce",
"path_with_namespace": "gitlab-org/gitlab-ce"
}
],