diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-28 12:09:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-28 12:09:54 +0000 |
commit | 8c2b139cf778cd1d152f06bbc090a4313f975b81 (patch) | |
tree | 94f3ffd7fdb2accb77ceb39b61189d22ec6efdc0 /doc/api/api_resources.md | |
parent | 263f33af2d69b38023c703d274568e2a6da21dee (diff) | |
download | gitlab-ce-8c2b139cf778cd1d152f06bbc090a4313f975b81.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/api_resources.md')
-rw-r--r-- | doc/api/api_resources.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/api_resources.md b/doc/api/api_resources.md index 4010a1a43c4..5f129ccf848 100644 --- a/doc/api/api_resources.md +++ b/doc/api/api_resources.md @@ -130,7 +130,7 @@ The following API resources are available outside of project and group contexts | [Sidekiq queues administration](admin_sidekiq_queues.md) **(FREE SELF)** | `/admin/sidekiq/queues/:queue_name` | | [Appearance](appearance.md) **(FREE SELF)** | `/application/appearance` | | [Applications](applications.md) | `/applications` | -| [Audit Events](audit_events.md) **(PREMIUM ONLY)** | `/audit_events` | +| [Audit Events](audit_events.md) **(PREMIUM SELF)** | `/audit_events` | | [Avatar](avatar.md) | `/avatar` | | [Broadcast messages](broadcast_messages.md) | `/broadcast_messages` | | [Code snippets](snippets.md) | `/snippets` | @@ -138,7 +138,7 @@ The following API resources are available outside of project and group contexts | [Deploy keys](deploy_keys.md) | `/deploy_keys` (also available for projects) | | [Events](events.md) | `/events`, `/users/:id/events` (also available for projects) | | [Feature flags](features.md) | `/features` | -| [Geo Nodes](geo_nodes.md) **(PREMIUM ONLY)** | `/geo_nodes` | +| [Geo Nodes](geo_nodes.md) **(PREMIUM SELF)** | `/geo_nodes` | | [Group Activity Analytics](group_activity_analytics.md) **(STARTER)** | `/analytics/group_activity/{issues_count | merge_requests_count | new_members_count }` | | [Import repository from GitHub](import.md) | `/import/github` | | [Instance clusters](instance_clusters.md) | `/admin/clusters` | |