From b39338034cac8af2430f05eed06ebe5b63b3f7ad Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Wed, 9 Oct 2024 10:40:02 +0530 Subject: [PATCH] changes in the request.http Change-Id: I689384a7e7d4402e8c02b134f13373e622a44c22 Signed-off-by: rajdeep11 --- request.http | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/request.http b/request.http index 4266b52..987d10b 100644 --- a/request.http +++ b/request.http @@ -19,10 +19,18 @@ Content-Type: application/json } } -### Get ModelInfo by ID +### Get All Models info GET http://{{host}}/getModelInfo Content-Type: application/json +### Get all Models info by name +GET http://{{host}}/getModelInfo?modelName=TestModel +Content-Type: application/json + +### Get all Models info by name and version +GET http://{{host}}/getModelInfo?modelName=TestModel&modelVersion=v1.0 +Content-Type: application/json + ### updated model PUT http://{{host}}/modelInfo/12345 Content-Type: application/json -- 2.16.6