diff --git a/documentation/src/main/resources/pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md b/documentation/src/main/resources/pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md index a85566895b..c96b763e20 100644 --- a/documentation/src/main/resources/pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md +++ b/documentation/src/main/resources/pages/ditto/protocol/examples/things/generated/commands/modify/creatething.md @@ -25,7 +25,9 @@ Creates a new Thing with ID ``com.acme:xdk_53`` that uses an existing Policy wit "z": 1, "unit": "g" }, - "desiredProperties": {} + "desiredProperties": { + "x": 4 + } } } }