Skip to content

Commit 137cac9

Browse files
github-actions[bot]pquentin
authored andcommitted
Update rest-api-spec (#2919)
Co-authored-by: pquentin <[email protected]>
1 parent 205638d commit 137cac9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/ingest.delete_geoip_database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ingest.delete_geoip_database": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-geoip-database-api.html",
55
"description": "Deletes a geoip database configuration"
66
},
77
"stability": "stable",

specification/_json_spec/ingest.get_geoip_database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ingest.get_geoip_database": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-geoip-database-api.html",
55
"description": "Returns geoip database configuration."
66
},
77
"stability": "stable",

specification/_json_spec/ingest.put_geoip_database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ingest.put_geoip_database": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-geoip-database-api.html",
55
"description": "Puts the configuration for a geoip database to be downloaded"
66
},
77
"stability": "stable",

0 commit comments

Comments
 (0)