Commit 7be8ab2e authored by Niklas's avatar Niklas Committed by Kati Paizee

Doc Consistency: api/s...

parent 2c1838e7
......@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# SCIM API (SYSTEM ONLY) **(PREMIUM SAAS)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/9388) in GitLab Premium 11.10.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/9388) in GitLab 11.10.
The SCIM API implements the [RFC7644 protocol](https://tools.ietf.org/html/rfc7644). As this API is for
**system** use for SCIM provider integration, it is subject to change without notice.
......
......@@ -659,7 +659,7 @@ PUT /projects/:id/services/hangouts-chat
```
NOTE:
Specific event parameters (for example, `push_events` flag) were [introduced in v10.4](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/11435)
Specific event parameters (for example, `push_events` flag) were [introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/11435) in GitLab 10.4.
Parameters:
......@@ -1119,7 +1119,7 @@ PUT /projects/:id/services/slack
```
NOTE:
Specific event parameters (for example, `push_events` flag and `push_channel`) were [introduced in v10.4](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/11435)
Specific event parameters (for example, `push_events` flag and `push_channel`) were [introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/11435) in GitLab 10.4.
Parameters:
......@@ -1231,7 +1231,7 @@ PUT /projects/:id/services/mattermost
```
NOTE:
Specific event parameters (for example, `push_events` flag and `push_channel`) were [introduced in v10.4](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/11435)
Specific event parameters (for example, `push_events` flag and `push_channel`) were [introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/11435) in GitLab 10.4.
Parameters:
......@@ -1365,7 +1365,7 @@ GET /projects/:id/services/jenkins
A continuous integration and build server
NOTE:
This service was [removed in v13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/1600)
This service was [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/1600) in GitLab 13.0.
### Create/Edit Jenkins CI (Deprecated) service
......
......@@ -96,7 +96,7 @@ Example response:
}
```
Users on GitLab [Premium or Ultimate](https://about.gitlab.com/pricing/) may also see
Users on [GitLab Premium or Ultimate](https://about.gitlab.com/pricing/) may also see
the `file_template_project_id`, `delayed_project_deletion`, `deletion_adjourned_period`, or the `geo_node_allowed_ips` parameters:
```json
......@@ -197,7 +197,7 @@ Example response:
}
```
Users on GitLab [Premium or Ultimate](https://about.gitlab.com/pricing/) may also see
Users on [GitLab Premium or Ultimate](https://about.gitlab.com/pricing/) may also see
these parameters:
- `file_template_project_id`
......
......@@ -4,7 +4,7 @@ group: Access
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
---
# Application statistics API
# Application statistics API **(FREE SELF)**
## Get current application statistics
......
......@@ -62,7 +62,7 @@ POST /projects/:id/merge_requests/:merge_request_iid/status_check_responses
NOTE:
`sha` must be the SHA at the `HEAD` of the merge request's source branch.
## Get project external status checks **(ULTIMATE)**
## Get project external status checks
You can request information about a project's external status checks using the following endpoint:
......@@ -97,7 +97,7 @@ GET /projects/:id/external_status_checks
]
```
## Create external status check **(ULTIMATE)**
## Create external status check
You can create a new external status check for a project using the following endpoint:
......@@ -116,7 +116,7 @@ defined external service. This includes confidential merge requests.
| `external_url` | string | yes | URL of status check resource |
| `protected_branch_ids` | `array<Integer>` | no | IDs of protected branches to scope the rule by |
## Delete external status check **(ULTIMATE)**
## Delete external status check
You can delete an external status check for a project using the following endpoint:
......@@ -129,7 +129,7 @@ DELETE /projects/:id/external_status_checks/:check_id
| `rule_id` | integer | yes | ID of an status check |
| `id` | integer | yes | ID of a project |
## Update external status check **(ULTIMATE)**
## Update external status check
You can update an existing external status check for a project using the following endpoint:
......
......@@ -4,7 +4,7 @@ group: Integrations
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
---
# System hooks API
# System hooks API **(FREE SELF)**
All methods require administrator authorization.
......
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