From fa11e9cb799b9738d2295abd4690c142639b9250 Mon Sep 17 00:00:00 2001 From: tragait Date: Tue, 14 Sep 2021 13:47:52 +0100 Subject: fix data from object to string Also, make dmi service url configurable, change name of dmi creds env var Issue-ID: CPS-675 Issue-ID: CPS-634 Signed-off-by: tragait Change-Id: I6fe794b3e65b6a3aae2a1698ea64a925238a18d3 --- docs/openapi/components.yml | 2 +- docs/openapi/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/openapi/components.yml b/docs/openapi/components.yml index bac5f9c8..3866b834 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -78,7 +78,7 @@ components: dataType: type: string data: - type: object + type: string cmHandleProperties: type: object additionalProperties: diff --git a/docs/openapi/openapi.yaml b/docs/openapi/openapi.yaml index 58a23d90..037bc9fd 100644 --- a/docs/openapi/openapi.yaml +++ b/docs/openapi/openapi.yaml @@ -398,7 +398,7 @@ components: dataType: type: string data: - type: object + type: string cmHandleProperties: type: object additionalProperties: -- cgit 1.2.3-korg