Commit 87d3fbce authored by Niklas's avatar Niklas Committed by Kati Paizee

Doc Consistency: api/e...

parent 74c23236
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: concepts, howto type: concepts, howto
--- ---
# Environments API # Environments API **(FREE)**
## List environments ## List environments
......
...@@ -15,7 +15,7 @@ Every API call to `epic_links` must be authenticated. ...@@ -15,7 +15,7 @@ Every API call to `epic_links` must be authenticated.
If a user is not a member of a private group, a `GET` request on that If a user is not a member of a private group, a `GET` request on that
group results in a `404` status code. group results in a `404` status code.
Multi-level Epics are available only in GitLab [Ultimate](https://about.gitlab.com/pricing/). Multi-level Epics are available only in [GitLab Ultimate](https://about.gitlab.com/pricing/).
If the Multi-level Epics feature is not available, a `403` status code is returned. If the Multi-level Epics feature is not available, a `403` status code is returned.
## List epics related to a given epic ## List epics related to a given epic
......
...@@ -51,7 +51,7 @@ PATCH /projects/:id/error_tracking/settings ...@@ -51,7 +51,7 @@ PATCH /projects/:id/error_tracking/settings
| ------------ | ------- | -------- | --------------------- | | ------------ | ------- | -------- | --------------------- |
| `id` | integer | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding) owned by the authenticated user. | | `id` | integer | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding) owned by the authenticated user. |
| `active` | boolean | yes | Pass `true` to enable the already configured error tracking settings or `false` to disable it. | | `active` | boolean | yes | Pass `true` to enable the already configured error tracking settings or `false` to disable it. |
| `integrated` | boolean | no | Pass `true` to enable the integrated error tracking backend. Available in [GitLab 14.2](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68260) and later. | | `integrated` | boolean | no | Pass `true` to enable the integrated error tracking backend. [Available in](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68260) GitLab 14.2 and later. |
```shell ```shell
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/1/error_tracking/settings?active=true" curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/1/error_tracking/settings?active=true"
......
...@@ -4,7 +4,7 @@ group: Compliance ...@@ -4,7 +4,7 @@ group: Compliance
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
--- ---
# Events API # Events API **(FREE)**
## Filter parameters ## Filter parameters
...@@ -15,7 +15,7 @@ Available types for the `action` parameter, and the resources that might be affe ...@@ -15,7 +15,7 @@ Available types for the `action` parameter, and the resources that might be affe
- `approved` - `approved`
- Merge request - Merge request
- `closed` - `closed`
- Epic - Epic **(PREMIUM)**
- Issue - Issue
- Merge request - Merge request
- Milestone - Milestone
...@@ -28,7 +28,7 @@ Available types for the `action` parameter, and the resources that might be affe ...@@ -28,7 +28,7 @@ Available types for the `action` parameter, and the resources that might be affe
- Snippet - Snippet
- `created` - `created`
- Design - Design
- Epic - Epic **(PREMIUM)**
- Issue - Issue
- Merge request - Merge request
- Milestone - Milestone
...@@ -49,7 +49,7 @@ Available types for the `action` parameter, and the resources that might be affe ...@@ -49,7 +49,7 @@ Available types for the `action` parameter, and the resources that might be affe
- `pushed` commits to (or deleted commits from) a repository, individually or in bulk. - `pushed` commits to (or deleted commits from) a repository, individually or in bulk.
- Project - Project
- `reopened` - `reopened`
- Epic - Epic **(PREMIUM)**
- Issue - Issue
- Merge request - Merge request
- Milestone - Milestone
......
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