Skip to content

Commit d47447c

Browse files
fix typos
1 parent f80a25d commit d47447c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ an invalid property you will receive either an error saying that the request is
236236

237237
Property Name | Type | Operation(s) Supported | Description
238238
------------ | ------------- | ------------- | -------------
239-
apply | string | `retrieveMultipleRequest`, `retrieveAllRequest` | `v1.6.4+` Sets the $apply system query option to aggregate and group your data dynamically. [More Info](https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/query-data-web-api#aggregate-and-grouping-results)
239+
apply | String | `retrieveMultipleRequest`, `retrieveAllRequest` | `v1.6.4+` Sets the $apply system query option to aggregate and group your data dynamically. [More Info](https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/query-data-web-api#aggregate-and-grouping-results)
240240
async | Boolean | All | **Important! XHR requests only!** Indicates whether the requests should be made synchronously or asynchronously. Default value is `true` (asynchronously).
241241
collection | String | All | The name of the Entity Collection (or Entity Logical name in `v1.4.0+`).
242242
contentId | String | `createRequest`, `updateRequest`, `upsertRequest`, `deleteRequest` | `v1.5.6+` **BATCH REQUESTS ONLY!** Sets Content-ID header or references request in a Change Set. [More Info](https://www.odata.org/documentation/odata-version-3-0/batch-processing/)
@@ -271,7 +271,7 @@ while request.expand property is an Array of Expand Objects for Advanced operati
271271

272272
Property Name | Type | Description
273273
------------ | ------------- | -------------
274-
expand | Array | An array of Expand Objects (described below the table) representing the $expand OData System Query Option value to control which related records are also returned.
274+
expand | Array | An array of Expand Objects representing the $expand OData System Query Option value to control which related records are also returned.
275275
filter | String | Use the $filter system query option to set criteria for which related entities will be returned.
276276
orderBy | Array | An Array (of Strings) representing the order in which related items are returned using the $orderby system query option. Use the asc or desc suffix to specify ascending or descending order respectively. The default is ascending if the suffix isn't applied.
277277
property | String | A name of a single-valued navigation property which needs to be expanded.

0 commit comments

Comments
 (0)