summaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/ncmp/openapi-inventory.yaml
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2023-11-06 13:25:38 +0000
committermpriyank <priyank.maheshwari@est.tech>2023-11-06 14:12:59 +0000
commitd74c2d251448caf245b563e277478399b7d933f5 (patch)
tree06f063933b38a726b2f6b131ee7c0712e5aae6b2 /docs/api/swagger/ncmp/openapi-inventory.yaml
parent02b2d2ab93fdbe8c8465c1d3ea2a39cd4daea2c0 (diff)
Step 1 and 2 of release process
- Sync the openapi docs and the release notes - Also commenting a test scenario coz of unrelated failure. will be fixed later Issue-ID: CPS-1949 Change-Id: I27c955e569acdfe1f699f345fa583f7bce95e76a Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'docs/api/swagger/ncmp/openapi-inventory.yaml')
-rw-r--r--docs/api/swagger/ncmp/openapi-inventory.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml
index ebe310160..9f64f58cb 100644
--- a/docs/api/swagger/ncmp/openapi-inventory.yaml
+++ b/docs/api/swagger/ncmp/openapi-inventory.yaml
@@ -266,12 +266,14 @@ components:
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
- cmHandle: my-cm-handle
publicCmHandleProperties:
key: my-property
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
createdCmHandles:
- cmHandle: my-cm-handle
publicCmHandleProperties:
@@ -279,12 +281,14 @@ components:
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
- cmHandle: my-cm-handle
publicCmHandleProperties:
key: my-property
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
dmiPlugin: my-dmi-plugin
dmiModelPlugin: my-dmi-model-plugin
upgradedCmHandles:
@@ -338,6 +342,7 @@ components:
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
properties:
cmHandle:
example: my-cm-handle
@@ -355,6 +360,12 @@ components:
moduleSetTag:
example: my-module-set-tag
type: string
+ trustLevel:
+ enum:
+ - COMPLETE
+ - NONE
+ example: COMPLETE
+ type: string
required:
- cmHandle
type: object