From ae821126e8a7e97f1e49810b5e6ef4744b88bb6c Mon Sep 17 00:00:00 2001 From: pquentin <42327+pquentin@users.noreply.github.com> Date: Fri, 11 Apr 2025 04:07:35 +0000 Subject: [PATCH] Update rest-api-spec --- .../_json_spec/inference.put.mistral.json | 35 ------------------- .../_json_spec/inference.put.voyageai.json | 35 ------------------- 2 files changed, 70 deletions(-) delete mode 100644 specification/_json_spec/inference.put.mistral.json delete mode 100644 specification/_json_spec/inference.put.voyageai.json diff --git a/specification/_json_spec/inference.put.mistral.json b/specification/_json_spec/inference.put.mistral.json deleted file mode 100644 index 97633b233c..0000000000 --- a/specification/_json_spec/inference.put.mistral.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "inference.put_mistral": { - "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-mistral.html", - "description": "Configure a Mistral inference endpoint" - }, - "stability": "stable", - "visibility": "public", - "headers": { - "accept": ["application/json"], - "content_type": ["application/json"] - }, - "url": { - "paths": [ - { - "path": "/_inference/{task_type}/{mistral_inference_id}", - "methods": ["PUT"], - "parts": { - "task_type": { - "type": "string", - "description": "The task type" - }, - "mistral_inference_id": { - "type": "string", - "description": "The inference Id" - } - } - } - ] - }, - "body": { - "description": "The inference endpoint's task and service settings" - } - } -} diff --git a/specification/_json_spec/inference.put.voyageai.json b/specification/_json_spec/inference.put.voyageai.json deleted file mode 100644 index 8a587c75ab..0000000000 --- a/specification/_json_spec/inference.put.voyageai.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "inference.put_voyageai": { - "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-apis.html", - "description": "Configure an VoyageAI inference endpoint" - }, - "stability": "stable", - "visibility": "public", - "headers": { - "accept": ["application/json"], - "content_type": ["application/json"] - }, - "url": { - "paths": [ - { - "path": "/_inference/{task_type}/{voyageai_inference_id}", - "methods": ["PUT"], - "parts": { - "task_type": { - "type": "string", - "description": "The task type" - }, - "voyageai_inference_id": { - "type": "string", - "description": "The inference ID" - } - } - } - ] - }, - "body": { - "description": "The inference endpoint's task and service settings" - } - } -}