Skip to content

Commit e053621

Browse files
committed
Update API generator to v6.8.1
1 parent d60353f commit e053621

23 files changed

+333
-330
lines changed

src/CodeGeneration/ApiGenerator/RestSpecification/Core/ingest.delete_pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ingest.delete_pipeline": {
3-
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-pipeline-api.html",
44
"methods": [ "DELETE" ],
55
"url": {
66
"path": "/_ingest/pipeline/{id}",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/ingest.get_pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ingest.get_pipeline": {
3-
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-pipeline-api.html",
44
"methods": [ "GET" ],
55
"url": {
66
"path": "/_ingest/pipeline/{id}",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/ingest.processor_grok.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ingest.processor_grok": {
3-
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/grok-processor.html#grok-processor-rest-get",
44
"methods": [ "GET" ],
55
"url": {
66
"path": "/_ingest/processor/grok",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/ingest.put_pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ingest.put_pipeline": {
3-
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-pipeline-api.html",
44
"methods": [ "PUT" ],
55
"url": {
66
"path": "/_ingest/pipeline/{id}",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/ingest.simulate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ingest.simulate": {
3-
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-pipeline-api.html",
44
"methods": [ "GET", "POST" ],
55
"url": {
66
"path": "/_ingest/pipeline/_simulate",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/root.html

Lines changed: 198 additions & 195 deletions
Large diffs are not rendered by default.

src/CodeGeneration/ApiGenerator/RestSpecification/XPack/License/xpack.license.delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"xpack.license.delete": {
3-
"documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/6.7/delete-license.html",
44
"methods": ["DELETE"],
55
"url": {
66
"path": "/_xpack/license",

src/CodeGeneration/ApiGenerator/RestSpecification/XPack/License/xpack.license.get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"xpack.license.get": {
3-
"documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/6.7/get-license.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_xpack/license",

src/CodeGeneration/ApiGenerator/RestSpecification/XPack/License/xpack.license.get_basic_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"xpack.license.get_basic_status": {
3-
"documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/6.7/get-trial-status.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_xpack/license/basic_status",

src/CodeGeneration/ApiGenerator/RestSpecification/XPack/License/xpack.license.get_trial_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"xpack.license.get_trial_status": {
3-
"documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/6.7/get-basic-status.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_xpack/license/trial_status",

0 commit comments

Comments
 (0)