Skip to content

Commit

Permalink
Update rest-api-spec main (#2890)
Browse files Browse the repository at this point in the history
* Update rest-api-spec

* regenerate output

* fix rep integrity path param

---------

Co-authored-by: pquentin <42327+pquentin@users.noreply.github.com>
Co-authored-by: Laura Trotta <laura.trotta@elastic.co>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 5ae90c2 commit 0f02e16
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 19 deletions.
8 changes: 4 additions & 4 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions output/schema/validation-errors.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/_json_spec/ingest.delete_geoip_database.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ingest.delete_geoip_database": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-geoip-database-api.html",
"description": "Deletes a geoip database configuration"
},
"stability": "stable",
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/ingest.get_geoip_database.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ingest.get_geoip_database": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-geoip-database-api.html",
"description": "Returns geoip database configuration."
},
"stability": "stable",
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/ingest.put_geoip_database.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ingest.put_geoip_database": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-geoip-database-api.html",
"description": "Puts the configuration for a geoip database to be downloaded"
},
"stability": "stable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { integer } from '@_types/Numeric'
export interface Request extends RequestBase {
path_parts: {
/** @codegen_name name */
repository?: Names
repository: Names
}
query_parameters: {
meta_thread_pool_concurrency?: integer
Expand Down

0 comments on commit 0f02e16

Please sign in to comment.