Skip to content

Commit 82633b1

Browse files
committed
json spec path fix
1 parent 913d585 commit 82633b1

File tree

7 files changed

+6
-103
lines changed

7 files changed

+6
-103
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.json

Lines changed: 2 additions & 27 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: 2 additions & 27 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
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
],
5757
"response": []
5858
},
59-
"inference.post_eis_chat_completion": {
60-
"request": [
61-
"Request: url path '/_inference/{task_type}/{eis_inference_id}/_stream' not found in the json spec"
62-
],
63-
"response": []
64-
},
6559
"ingest.get_ip_location_database": {
6660
"request": [
6761
"Request: query parameter 'master_timeout' does not exist in the json spec"

output/typescript/types.ts

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

specification/_json_spec/inference.post_eis_chat_completion.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"path": "/_inference/chat_completion/{eis_inference_id}/_stream",
1717
"methods": ["POST"],
1818
"parts": {
19-
"task_type": {
20-
"type": "string",
21-
"description": "The task type"
22-
},
2319
"eis_inference_id": {
2420
"type": "string",
2521
"description": "The inference ID"

0 commit comments

Comments
 (0)