Change-Id: I1e2934c1fc80a4e4082949639302865cdee2b3fc
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Exception:
type: "string"
+ /experiments:
+ get:
+ summary: "Get all experiment names"
+ description: "Fetches all the names of experiments available."
+ responses:
+ 200:
+ description: "Successful response with all experiment names"
+ schema:
+ type: "object"
+ properties:
+ experiment_names:
+ type: "array"
+ items:
+ type: "string"
+ 500:
+ description: "Internal server error"
+ schema:
+ type: "object"
+ properties:
+ Exception:
+ type: "string"
+