From e40fab9b2711032b7d5cc22c76c5f95a49d32fb4 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 18 Dec 2024 11:55:26 +0400 Subject: [PATCH 1/2] Remove unsupported timeout from rest-api-spec ML API --- .../rest-api-spec/api/ml.delete_trained_model.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.delete_trained_model.json b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.delete_trained_model.json index 5d63138c320ed..a4f82d3603725 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.delete_trained_model.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.delete_trained_model.json @@ -26,12 +26,6 @@ ] }, "params":{ - "timeout":{ - "type":"time", - "required":false, - "description":"Controls the amount of time to wait for the model to be deleted.", - "default": "30s" - }, "force":{ "type":"boolean", "required":false, From dcddda5285899e1ef8a1ac8768bdd91aa0f06931 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 18 Dec 2024 11:57:50 +0400 Subject: [PATCH 2/2] Update docs/changelog/118920.yaml --- docs/changelog/118920.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog/118920.yaml diff --git a/docs/changelog/118920.yaml b/docs/changelog/118920.yaml new file mode 100644 index 0000000000000..42c79eca89cd4 --- /dev/null +++ b/docs/changelog/118920.yaml @@ -0,0 +1,5 @@ +pr: 118920 +summary: Remove unsupported timeout from rest-api-spec license API +area: Machine Learning +type: bug +issues: []