@@ -671,7 +671,7 @@ Use the following request to set the primary X.509 certificate of the myx509eg e
671
671
PUT https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx509eg/certificates/primary?api-version=2022-07-31
672
672
```
673
673
674
- * entry - Entry of certificate, either ` primary ` or ` secondary `
674
+ entry - Entry of certificate, either ` primary ` or ` secondary `
675
675
676
676
Use this request to add either a primary or secondary X.509 certificate to the enrollment group.
677
677
@@ -756,7 +756,7 @@ The following example shows a request body that verifies an X.509 certificate:
756
756
Use the following request to retrieve details of X.509 certificate of an enrollment group from your application:
757
757
758
758
``` 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
760
760
```
761
761
762
762
The response to this request looks like the following example:
@@ -821,7 +821,7 @@ The response to this request looks like the following example:
821
821
}
822
822
```
823
823
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.
825
825
826
826
---
827
827
@@ -830,7 +830,7 @@ IoT Central generates the primary and secondary syymetric keys when you make thi
830
830
Use the following request to retrieve details of an enrollment group with ` mysymmetric ` as the ID:
831
831
832
832
``` 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
834
834
```
835
835
836
836
The response to this request looks like the following example:
@@ -900,7 +900,7 @@ DELETE https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx
900
900
Use the following request to retrive a list of enrollment groups from your application:
901
901
902
902
``` 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
904
904
```
905
905
906
906
The response to this request looks like the following example:
0 commit comments