Skip to content

Commit 0f02e16

Browse files
github-actions[bot]pquentinl-trotta
authored
Update rest-api-spec main (#2890)
* Update rest-api-spec * regenerate output * fix rep integrity path param --------- Co-authored-by: pquentin <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
1 parent 5ae90c2 commit 0f02e16

File tree

8 files changed

+13
-19
lines changed

8 files changed

+13
-19
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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

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

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
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",

specification/snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { integer } from '@_types/Numeric'
2828
export interface Request extends RequestBase {
2929
path_parts: {
3030
/** @codegen_name name */
31-
repository?: Names
31+
repository: Names
3232
}
3333
query_parameters: {
3434
meta_thread_pool_concurrency?: integer

0 commit comments

Comments
 (0)