Commit 9c871324 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'cluster-annotations-create-api-docs' into 'master'

Add cluster annotations api documentation

See merge request gitlab-org/gitlab!29508
parents 8e946dcc 3e8b0f32
...@@ -132,7 +132,7 @@ The following API resources are available outside of project and group contexts ...@@ -132,7 +132,7 @@ The following API resources are available outside of project and group contexts
| [License](license.md) **(CORE ONLY)** | `/license` | | [License](license.md) **(CORE ONLY)** | `/license` |
| [Markdown](markdown.md) | `/markdown` | | [Markdown](markdown.md) | `/markdown` |
| [Merge requests](merge_requests.md) | `/merge_requests` (also available for groups and projects) | | [Merge requests](merge_requests.md) | `/merge_requests` (also available for groups and projects) |
| [Metrics dashboard annotations](metrics_dashboard_annotations.md) | `/environments/:id/metrics_dashboard/annotations` | | [Metrics dashboard annotations](metrics_dashboard_annotations.md) | `/environments/:id/metrics_dashboard/annotations`, `/clusters/:id/metrics_dashboard/annotations` |
| [Namespaces](namespaces.md) | `/namespaces` | | [Namespaces](namespaces.md) | `/namespaces` |
| [Notification settings](notification_settings.md) | `/notification_settings` (also available for groups and projects) | | [Notification settings](notification_settings.md) | `/notification_settings` (also available for groups and projects) |
| [Pages domains](pages_domains.md) | `/pages/domains` (also available for projects) | | [Pages domains](pages_domains.md) | `/pages/domains` (also available for projects) |
......
...@@ -18,6 +18,7 @@ Feature.enable(:metrics_dashboard_annotations) ...@@ -18,6 +18,7 @@ Feature.enable(:metrics_dashboard_annotations)
```plaintext ```plaintext
POST /environments/:id/metrics_dashboard/annotations/ POST /environments/:id/metrics_dashboard/annotations/
POST /clusters/:id/metrics_dashboard/annotations/
``` ```
Parameters: Parameters:
......
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