From 03ad6b0261c40297ad78b6ef4f13443bef9bcaee Mon Sep 17 00:00:00 2001 From: David Olaru Date: Wed, 1 Nov 2023 18:01:02 +0000 Subject: [PATCH] Rename --- .../MlStopTrainedModelDeploymentRequest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts b/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts index 4339760a5e..d09b725018 100644 --- a/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts +++ b/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts @@ -30,9 +30,9 @@ import { Id } from '@_types/common' export interface Request extends RequestBase { path_parts: { /** - * The unique identifier of the trained model. + * The unique identifier for the deployment of the model. */ - model_id: Id + deployment_id: Id } query_parameters: { /**