summaryrefslogtreecommitdiffstats
path: root/docs/openapi/openapi.yml
diff options
context:
space:
mode:
authortragait <rahul.tyagi@est.tech>2021-09-22 10:50:15 +0100
committertragait <rahul.tyagi@est.tech>2021-09-27 11:29:53 +0100
commit400b6c7a610e18e2c648a0680fe04b93792664cd (patch)
tree7b13886152e75eacd9d130cefefecd57ca075f2f /docs/openapi/openapi.yml
parentcb8bc88d47fb1614aa6d89ce1f0054a1e2775821 (diff)
fix fetch modules request body
Issue-ID: CPS-653 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I6b5f0fc74ea4e70e65b05ed353e25311ed36135e
Diffstat (limited to 'docs/openapi/openapi.yml')
-rw-r--r--docs/openapi/openapi.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/openapi/openapi.yml b/docs/openapi/openapi.yml
index 716528b1..f66897a2 100644
--- a/docs/openapi/openapi.yml
+++ b/docs/openapi/openapi.yml
@@ -45,6 +45,12 @@ paths:
required: true
schema:
type: string
+ requestBody:
+ description: Operational body
+ content:
+ application/json:
+ schema:
+ $ref: 'components.yml#/components/schemas/DataAccessReadRequest'
responses:
'200':
description: OK
@@ -107,7 +113,7 @@ paths:
content:
application/json:
schema:
- $ref: 'components.yml#/components/schemas/DmiReadRequestBody'
+ $ref: 'components.yml#/components/schemas/DmiModuleReadRequestBody'
responses:
'200':
description: OK