Skip to content

Commit 02ca91a

Browse files
authored
Merge pull request #102263 from SumitBalia/patch-1
Adding request id($rid) formate
2 parents fdc9278 + 4cee719 commit 02ca91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-devguide-direct-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The device sends responses to `$iothub/methods/res/{status}/?$rid={request id}`,
167167
168168
* The `status` property is the device-supplied status of method execution.
169169
170-
* The `$rid` property is the request ID from the method invocation received from IoT Hub.
170+
* The `$rid` property is the request ID from the method invocation received from IoT Hub. The request ID is a hexadecimal formatted value.
171171
172172
The body is set by the device and can be any status.
173173

0 commit comments

Comments
 (0)