From ec9c22f4a92227f72ccc43414445d9238178e76d Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Mon, 3 Feb 2025 18:08:57 +0530 Subject: [PATCH] Fix installation documentation Fixed the URL used for model registration. Change-Id: I727a2d66c7d270b5c3b36d529ab3e49882c91c6e Signed-off-by: subhash kumar singh --- docs/installation-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 2161377..3e69d93 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -376,11 +376,11 @@ NOTE: Below are some example values to be used for the standalone influx DB crea Register Model (compulsory) --------------------------- -Register the model using the below steps if using Model management service for training. +Register the model using the below steps using Model management service for training. .. code:: bash - curl --location 'http://:32006/ai-ml-model-registration/v1/registerModel' \ + curl --location 'http://:32006/ai-ml-model-registration/v1/model-registrations' \ --header 'Content-Type: application/json' \ --data '{ "modelId": { -- 2.16.6