mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user