Skip to content

Commit 6dc4561

Browse files
authored
[ML] Updates links on the API quick reference page (#1386)
### [📸 Preview](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/1386/explore-analyze/machine-learning/anomaly-detection/ml-api-quickref) ### Description This PR updates the links on the [API quick reference](https://www.elastic.co/docs/explore-analyze/machine-learning/anomaly-detection/ml-api-quickref) page so they navigate to the corresponding GET endpoints instead of the general Anomaly Detection API documentation. ### Related issue #1385
1 parent dd27a07 commit 6dc4561

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

explore-analyze/machine-learning/anomaly-detection/ml-api-quickref.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ All {{ml}} {{anomaly-detect}} endpoints have the following base:
1616

1717
The main resources can be accessed with a variety of endpoints:
1818

19-
* [`/anomaly_detectors/`](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ml-anomaly): Create and manage {{anomaly-jobs}}
20-
* [`/calendars/`](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ml-anomaly): Create and manage calendars and scheduled events
21-
* [`/datafeeds/`](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ml-anomaly): Select data from {{es}} to be analyzed
22-
* [`/filters/`](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ml-anomaly): Create and manage filters for custom rules
23-
* [`/results/`](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ml-anomaly): Access the results of an {{anomaly-job}}
24-
* [`/model_snapshots/`](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ml-anomaly): Manage model snapshots
19+
* [`/anomaly_detectors/`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-close-job): Create and manage {{anomaly-jobs}}
20+
* [`/calendars/`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-get-calendars-2): Create and manage calendars and scheduled events
21+
* [`/datafeeds/`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-get-datafeeds): Select data from {{es}} to be analyzed
22+
* [`/filters/`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-get-filters-1): Create and manage filters for custom rules
23+
* [`/results/`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-get-buckets): Access the results of an {{anomaly-job}}
24+
* [`/model_snapshots/`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-get-model-snapshots): Manage model snapshots
2525

2626
For a full list, see [{{ml-cap}} {{anomaly-detect}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ml-anomaly).

0 commit comments

Comments
 (0)