Skip to content

Commit 8db710d

Browse files
committed
fix internal anchor links
- previously removed internal `<a name="">` tags, which broke some internal anchor links - fixed internal anchor links to use markdown generated links
1 parent 7a3179b commit 8db710d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/sp-add-ins/synchronize-sharepoint-items-using-the-rest-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ localization_priority: Priority
1010

1111
If you want to synchronize items between SharePoint and your add-ins or services, you can use the **GetListItemChangesSinceToken** resource to do so. The **GetListItemChangesSinceToken**, part of the SharePoint REST service, corresponds to the **Lists.GetListItemChangesSinceToken** web service call.
1212

13-
Perform a **POST** request that includes an [SP.ChangeLogItemQuery object properties](#bk_props) object in the request body.
13+
Perform a **POST** request that includes an [SP.ChangeLogItemQuery object properties](#spchangelogitemquery-object-properties) object in the request body.
1414

1515
The request returns ADO **rowset** XML, which includes rows corresponding to any list item change matching the specified query. For more information about these properties, including property data structures, CAML element descriptions, and return values, see [Lists.GetListItemChangesSinceToken](https://msdn.microsoft.com/library/office/jj247029.aspx).
1616

docs/sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use OData query operations in SharePoint REST requests
33
description: Use a wide range of OData query string operators to select, filter, and order the data you request from the SharePoint REST service.
4-
ms.date: 1/14/2020
4+
ms.date: 1/15/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -39,7 +39,7 @@ Bulk expansion and selection of related items isn't supported.
3939

4040
## Select items to return
4141

42-
Use the [$filter](http://www.odata.org/documentation/odata-version-2-0/uri-conventions#FilterSystemQueryOption) query option to select which items to return. [OData query operators supported in the SharePoint REST service](#bk_supported) lists the filter query comparison options and functions you can use with the SharePoint REST service.
42+
Use the [$filter](http://www.odata.org/documentation/odata-version-2-0/uri-conventions#FilterSystemQueryOption) query option to select which items to return. [OData query operators supported in the SharePoint REST service](#odata-query-operators-supported-in-the-sharepoint-rest-service) lists the filter query comparison options and functions you can use with the SharePoint REST service.
4343

4444
## Query for single value lookup fields
4545

0 commit comments

Comments
 (0)