Skip to content

Commit 7989d17

Browse files
committed
reverting iot changes
1 parent 8362305 commit 7989d17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/iot-dps/iot-dps-https-x509-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Note down the device ID and the assigned IoT hub. You'll use them to send a tele
386386
387387
## Send a telemetry message
388388
389-
You call the IoT Hub Send Device Event REST API to send telemetry to the device.
389+
You call the IoT Hub [Send Device Event](/rest/api/iothub/device/send-device-event) REST API to send telemetry to the device.
390390
391391
Use the following curl command:
392392

articles/iot-hub/iot-hub-devguide-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Working with Azure storage APIs is beyond the scope of this article. In addition
172172

173173
## Device: Notify IoT Hub of a completed file upload
174174

175-
The device calls the Update File Upload Status REST API or the equivalent API in one of the device SDKs when it completes the file upload. The device should update the file upload status with IoT Hub regardless of whether the upload succeeds or fails.
175+
The device calls the [Update File Upload Status](/rest/api/iothub/device/update-file-upload-status) REST API or the equivalent API in one of the device SDKs when it completes the file upload. The device should update the file upload status with IoT Hub regardless of whether the upload succeeds or fails.
176176

177177
**Supported protocols**: HTTPS <br/>
178178
**Endpoint**: {iot hub}.azure-devices.net/devices/{deviceId}/files/notifications <br/>

articles/iot/concepts-developer-guide-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Now that you've learned about device modeling, here are some more resources:
6363

6464
- [Digital Twins Definition Language (DTDL)](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/README.md)
6565
- [C device SDK](https://github.com/Azure/azure-iot-sdk-c/)
66-
- [IoT REST API](/rest/api/iothub/service/devices)
66+
- [IoT REST API](/rest/api/iothub/device)
6767
- [IoT Plug and Play modeling guide](concepts-modeling-guide.md)

articles/iot/iot-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Applies to: Iot Hub, Device Provisioning Service, IoT Central
310310

311311
A REST API you can use on a [device](#device) to send [device-to-cloud](#device-to-cloud) messages to an [IoT hub](#iot-hub), and receive [cloud-to-device](#cloud-to-device) messages from an IoT hub. Typically, you should use one of the higher-level [Azure IoT device SDKs](#azure-iot-device-sdks).
312312

313-
[Learn more](/rest/api/iothub/service/devices)
313+
[Learn more](/rest/api/iothub/device)
314314

315315
Casing rules: Always *device REST API*.
316316

0 commit comments

Comments
 (0)