Skip to content

Commit

Permalink
fixed bug + regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Jun 6, 2024
1 parent 27a75c7 commit 75f876f
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 23 deletions.
55 changes: 54 additions & 1 deletion output/openapi/elasticsearch-serverless-openapi.json

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

84 changes: 71 additions & 13 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.

8 changes: 7 additions & 1 deletion output/typescript/types.ts

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

4 changes: 2 additions & 2 deletions specification/inference/delete/DeleteRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ export interface Request extends RequestBase {
* When true, the endpoint is not deleted, and a list of ingest processors which reference this endpoint is returned
* @server_default false
*/
dry_run?: Boolean
dry_run?: boolean

/**
* When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields
* @server_default false
*/
force?: Boolean
force?: boolean
}
}

0 comments on commit 75f876f

Please sign in to comment.