Skip to content

Commit 77da7fc

Browse files
authored
Merge pull request #8392 from MicrosoftDocs/paulliew-patch-2
Update use-change-tracking-synchronize-data-external-systems.md
2 parents 1a18d45 + a1dd6bd commit 77da7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/use-change-tracking-synchronize-data-external-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There are two ways to check whether change tracking is enabled for a table using
4242
There are system tables with change tracking enabled, for example [Auditing (Audit)](reference/entities/audit.md). You can use the following query to see the full list:
4343

4444
```http
45-
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$select=SchemaName&$filter=ChangeTrackingEnabled eq true and IsCustomEntity eq false&$select=LogicalName
45+
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$filter=ChangeTrackingEnabled eq true and IsCustomEntity eq false&$select=LogicalName
4646
```
4747

4848
More information: [Query table definitions using the Web API](webapi/query-metadata-web-api.md)

0 commit comments

Comments
 (0)