Skip to content

Commit a283150

Browse files
authored
Merge pull request #2655 from MicrosoftDocs/master
Pushing updates live
2 parents 818bd71 + 721525b commit a283150

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

powerapps-docs/developer/common-data-service/org-service/iorganizationservice-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Each of the classes which implement the <xref:Microsoft.Xrm.Sdk.IOrganizationSer
5353
|<xref:Microsoft.Xrm.Sdk.IOrganizationService.Update*>|Change the attribute values of an entity record.|
5454

5555
> [!NOTE]
56-
> The Organization service exposes only a the `Execute` method. The other methods in the <xref:Microsoft.Xrm.Sdk.IOrganizationService> interface are simply wrappers around the `Execute` method. These other methods are provided for convenience. You can perform all operations using only the `Execute` method. More information: [Use messages with the Organization service](use-messages.md)
56+
> The Organization service exposes only the `Execute` method. The other methods in the <xref:Microsoft.Xrm.Sdk.IOrganizationService> interface are simply wrappers around the `Execute` method. These other methods are provided for convenience. You can perform all operations using only the `Execute` method. More information: [Use messages with the Organization service](use-messages.md)
5757
5858
## See also
5959

6060
[Use messages with the Organization service](use-messages.md)<br />
6161
[Write a plug-in](../write-plug-in.md)<br />
62-
[Entity Operations using the Organization service](entity-operations.md)
62+
[Entity Operations using the Organization service](entity-operations.md)

powerapps-docs/developer/common-data-service/view-download-developer-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: "pehecke"
1414
ms.suite:
1515
ms.tgt_pltfrm:
1616
search.audienceType:
17-
- maker
17+
- developer
1818
search.app:
1919
- PowerApps
2020
- D365CE
@@ -80,7 +80,7 @@ More information: [Azure integration](/powerapps/developer/common-data-service/a
8080

8181
Because people may have access to multiple Common Data Service environments, the discovery services allow for retrieving the available environments that a person can access based on their user credentials.
8282

83-
### Discovery RESTful API
83+
### Discovery Web API
8484

8585
This is the endpoint address for the RESTful OData v4 version of the Discovery Service to use for your instance. You can also download the service document here.
8686
More information: [Developer Documentation: Discover the URL for your organization using the Web API](/powerapps/developer/common-data-service/webapi/discover-url-organization-web-api)

0 commit comments

Comments
 (0)