Skip to content

Commit f61855c

Browse files
codebrainStuart Cam
authored andcommitted
Update API specs to 7.1.0 (documentation link changes)
1 parent fcf9cc2 commit f61855c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3852
-696
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: 166 additions & 164 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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/master/delete-license.html",
44
"methods": ["DELETE"],
55
"url": {
66
"path": "/_license",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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/master/get-license.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_license",

src/CodeGeneration/ApiGenerator/RestSpecification/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
"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/master/get-basic-status.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_license/basic_status",

src/CodeGeneration/ApiGenerator/RestSpecification/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
"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/master/get-trial-status.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_license/trial_status",

0 commit comments

Comments
 (0)