Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/status_checks.md')
-rw-r--r--doc/api/status_checks.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/status_checks.md b/doc/api/status_checks.md
index c988f8d63fc..3ed3755732f 100644
--- a/doc/api/status_checks.md
+++ b/doc/api/status_checks.md
@@ -35,7 +35,7 @@ GET /projects/:id/external_status_checks
{
"id": 14,
"project_id": 6,
- "name": "master",
+ "name": "main",
"created_at": "2020-10-12T14:04:50.787Z",
"updated_at": "2020-10-12T14:04:50.787Z",
"code_owner_approval_required": false
@@ -216,7 +216,7 @@ In case status check is already passed status code is 422
"namespace": "Flightjs",
"visibility_level": 20,
"path_with_namespace": "flightjs/Flight",
- "default_branch": "master",
+ "default_branch": "main",
"ci_config_path": null,
"homepage": "http://example.com/flightjs/Flight",
"url": "ssh://example.com/flightjs/Flight.git",
@@ -242,10 +242,10 @@ In case status check is already passed status code is 422
"merge_user_id": null,
"merge_when_pipeline_succeeds": false,
"milestone_id": null,
- "source_branch": "root-master-patch-30152",
+ "source_branch": "root-main-patch-30152",
"source_project_id": 6,
"state_id": 1,
- "target_branch": "master",
+ "target_branch": "main",
"target_project_id": 6,
"time_estimate": 0,
"title": "Update README.md",
@@ -263,7 +263,7 @@ In case status check is already passed status code is 422
"namespace": "Flightjs",
"visibility_level": 20,
"path_with_namespace": "flightjs/Flight",
- "default_branch": "master",
+ "default_branch": "main",
"ci_config_path": null,
"homepage": "http://example.com/flightjs/Flight",
"url": "ssh://example.com/flightjs/Flight.git",
@@ -281,7 +281,7 @@ In case status check is already passed status code is 422
"namespace": "Flightjs",
"visibility_level": 20,
"path_with_namespace": "flightjs/Flight",
- "default_branch": "master",
+ "default_branch": "main",
"ci_config_path": null,
"homepage": "http://example.com/flightjs/Flight",
"url": "ssh://example.com/flightjs/Flight.git",