Skip to content

Commit

Permalink
Fix the Enrich API documentation in REST specification (#51528)
Browse files Browse the repository at this point in the history
This patch fixes the REST API documentation for the Enrich APIs to conform to the current schema.
  • Loading branch information
karmi authored Feb 2, 2020
1 parent c1d9966 commit 59f28f4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"enrich.delete_policy": {
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-delete-policy.html",
"documentation": {
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-enrich-policy-api.html"
},
"stability" : "stable",
"url": {
"paths": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"enrich.execute_policy": {
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-execute-policy.html",
"documentation": {
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/execute-enrich-policy-api.html"
},
"stability" : "stable",
"url": {
"paths": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"enrich.get_policy": {
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-get-policy.html",
"documentation": {
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-enrich-policy-api.html"
},
"stability" : "stable",
"url": {
"paths": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"enrich.put_policy": {
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-put-policy.html",
"documentation": {
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/put-enrich-policy-api.html"
},
"stability" : "stable",
"url": {
"paths": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"enrich.stats": {
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-stats.html",
"documentation": {
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-stats-api.html"
},
"stability" : "stable",
"url": {
"paths": [
Expand Down

0 comments on commit 59f28f4

Please sign in to comment.