From 8ac918d3880f4843b3e426d5ed2f761318361da8 Mon Sep 17 00:00:00 2001 From: cliu7516 <30441891+cliu7516@users.noreply.github.com> Date: Tue, 19 Apr 2022 16:32:36 -0700 Subject: [PATCH] Fixed wrong example payload for IoT central rest API - /deviceTemplates PUT (v1.0 only). (#18104) Co-authored-by: Chang Liu --- .../stable/1.0/examples/devicetemplates_create.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/iotcentral/data-plane/Microsoft.IoTCentral/stable/1.0/examples/devicetemplates_create.json b/specification/iotcentral/data-plane/Microsoft.IoTCentral/stable/1.0/examples/devicetemplates_create.json index 38601d3f785f..9c42be00bd43 100644 --- a/specification/iotcentral/data-plane/Microsoft.IoTCentral/stable/1.0/examples/devicetemplates_create.json +++ b/specification/iotcentral/data-plane/Microsoft.IoTCentral/stable/1.0/examples/devicetemplates_create.json @@ -165,7 +165,7 @@ { "@type": [ "Property", - "CloudProperty" + "Cloud" ], "displayName": "Test Cloud Property", "name": "testCloudProperty",