File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/iot-central/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The REST API lets you create organizations in your IoT Central application. Use
41
41
PUT https://{subdomain}.{baseDomain}/api/organizations/{organizationId}?api-version=1.1-preview
42
42
```
43
43
44
- * organizationId - Unique Id of the organization
44
+ * organizationId - Unique ID of the organization
45
45
46
46
The following example shows a request body that adds an organization to a IoT Central application.
47
47
@@ -59,7 +59,7 @@ The request body has some optional fields:
59
59
60
60
* ` @parent ` : ID of the parent of the organization.
61
61
62
- If you don't specify a parent, then the organization gets the default top-level organization as it's parent.
62
+ If you don't specify a parent, then the organization gets the default top-level organization as its parent.
63
63
64
64
The response to this request looks like the following example:
65
65
@@ -95,7 +95,7 @@ The response to this request looks like the following example:
95
95
96
96
### Get an organization
97
97
98
- Use the following request to retrieve details of a individual organization from your application:
98
+ Use the following request to retrieve details of an individual organization from your application:
99
99
100
100
``` http
101
101
GET https://{subdomain}.{baseDomain}/api/organizations/{organizationId}?api-version=1.1-preview
You can’t perform that action at this time.
0 commit comments