Commit 376572ed authored by Niklas's avatar Niklas Committed by Kati Paizee

Doc Consistency: api/b...

parent 7c8ad481
...@@ -47,7 +47,7 @@ Example response: ...@@ -47,7 +47,7 @@ Example response:
"developers_can_push": false, "developers_can_push": false,
"developers_can_merge": false, "developers_can_merge": false,
"can_push": true, "can_push": true,
"web_url": "http://gitlab.example.com/my-group/my-project/-/tree/master", "web_url": "https://gitlab.example.com/my-group/my-project/-/tree/master",
"commit": { "commit": {
"author_email": "john@example.com", "author_email": "john@example.com",
"author_name": "John Smith", "author_name": "John Smith",
...@@ -103,7 +103,7 @@ Example response: ...@@ -103,7 +103,7 @@ Example response:
"developers_can_push": false, "developers_can_push": false,
"developers_can_merge": false, "developers_can_merge": false,
"can_push": true, "can_push": true,
"web_url": "http://gitlab.example.com/my-group/my-project/-/tree/master", "web_url": "https://gitlab.example.com/my-group/my-project/-/tree/master",
"commit": { "commit": {
"author_email": "john@example.com", "author_email": "john@example.com",
"author_name": "John Smith", "author_name": "John Smith",
...@@ -180,7 +180,7 @@ Example response: ...@@ -180,7 +180,7 @@ Example response:
"developers_can_push": false, "developers_can_push": false,
"developers_can_merge": false, "developers_can_merge": false,
"can_push": true, "can_push": true,
"web_url": "http://gitlab.example.com/my-group/my-project/-/tree/newbranch" "web_url": "https://gitlab.example.com/my-group/my-project/-/tree/newbranch"
} }
``` ```
......
...@@ -13,7 +13,7 @@ As of GitLab 12.8, GET requests do not require authentication. All other broadca ...@@ -13,7 +13,7 @@ As of GitLab 12.8, GET requests do not require authentication. All other broadca
- Guests result in `401 Unauthorized`. - Guests result in `401 Unauthorized`.
- Regular users result in `403 Forbidden`. - Regular users result in `403 Forbidden`.
## Get all broadcast messages ## Get all broadcast messages **(FREE)**
List all broadcast messages. List all broadcast messages.
...@@ -46,7 +46,7 @@ Example response: ...@@ -46,7 +46,7 @@ Example response:
] ]
``` ```
## Get a specific broadcast message ## Get a specific broadcast message **(FREE)**
Get a specific broadcast message. Get a specific broadcast message.
......
...@@ -4,7 +4,7 @@ group: Import ...@@ -4,7 +4,7 @@ group: Import
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# GitLab Migrations (Bulk Imports) API # GitLab Migrations (Bulk Imports) API **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64335) in GitLab 14.1. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64335) in GitLab 14.1.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment