Skip to content

Commit fe81f96

Browse files
Apply suggestions from PR review
1 parent 55197ec commit fe81f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The REST API lets you create organizations in your IoT Central application. Use
4141
PUT https://{subdomain}.{baseDomain}/api/organizations/{organizationId}?api-version=1.1-preview
4242
```
4343

44-
* organizationId - Unique Id of the organization
44+
* organizationId - Unique ID of the organization
4545

4646
The following example shows a request body that adds an organization to a IoT Central application.
4747

@@ -59,7 +59,7 @@ The request body has some optional fields:
5959

6060
* `@parent`: ID of the parent of the organization.
6161

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.
6363

6464
The response to this request looks like the following example:
6565

@@ -95,7 +95,7 @@ The response to this request looks like the following example:
9595

9696
### Get an organization
9797

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:
9999

100100
```http
101101
GET https://{subdomain}.{baseDomain}/api/organizations/{organizationId}?api-version=1.1-preview

0 commit comments

Comments
 (0)