changes in the request.http 57/13557/1
authorrajdeep11 <rajdeep.sin@samsung.com>
Wed, 9 Oct 2024 05:10:02 +0000 (10:40 +0530)
committerrajdeep11 <rajdeep.sin@samsung.com>
Wed, 9 Oct 2024 05:10:02 +0000 (10:40 +0530)
Change-Id: I689384a7e7d4402e8c02b134f13373e622a44c22
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
request.http

index 4266b52..987d10b 100644 (file)
@@ -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