Skip to content

Commit ac74d5f

Browse files
committed
changes after review
1 parent ace259e commit ac74d5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/iot-central/core/howto-manage-devices-with-rest-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ Use the following request to set the primary X.509 certificate of the myx509eg e
671671
PUT https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx509eg/certificates/primary?api-version=2022-07-31
672672
```
673673

674-
* entry - Entry of certificate, either `primary` or `secondary`
674+
entry - Entry of certificate, either `primary` or `secondary`
675675

676676
Use this request to add either a primary or secondary X.509 certificate to the enrollment group.
677677

@@ -756,7 +756,7 @@ The following example shows a request body that verifies an X.509 certificate:
756756
Use the following request to retrieve details of X.509 certificate of an enrollment group from your application:
757757

758758
```http
759-
GET https://{your app subdomain}/api/enrollmentGroups/myx509eg/certificates/primary?api-version=2022-07-31
759+
GET https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx509eg/certificates/primary?api-version=2022-07-31
760760
```
761761

762762
The response to this request looks like the following example:
@@ -821,7 +821,7 @@ The response to this request looks like the following example:
821821
}
822822
```
823823

824-
IoT Central generates the primary and secondary syymetric keys when you make this api call.
824+
IoT Central generates the primary and secondary symmetric keys when you make this API call.
825825

826826
---
827827

@@ -830,7 +830,7 @@ IoT Central generates the primary and secondary syymetric keys when you make thi
830830
Use the following request to retrieve details of an enrollment group with `mysymmetric` as the ID:
831831

832832
```http
833-
GET https://{your app subdomain}/api/enrollmentGroups/mysymmetric?api-version=2022-07-31
833+
GET https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/mysymmetric?api-version=2022-07-31
834834
```
835835

836836
The response to this request looks like the following example:
@@ -900,7 +900,7 @@ DELETE https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx
900900
Use the following request to retrive a list of enrollment groups from your application:
901901

902902
```http
903-
GET https://{your app subdomain}/api/enrollmentGroups?api-version=2022-07-31
903+
GET https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups?api-version=2022-07-31
904904
```
905905

906906
The response to this request looks like the following example:

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ groups:
254254
- id: programming-language-python
255255
title: Python
256256
- id: programming-language-embedded-c
257-
title: Embedded C
257+
title: Embedded C
258258
- id: programming-languages-set-twenty-eight
259259
# Owner: aahi
260260
title: Programming languages

0 commit comments

Comments
 (0)