Skip to content

Commit b299654

Browse files
Update syntex-model-rest-api.md (SharePoint#10338)
Updated to reflect new naming guidelines.
1 parent 6f55ee2 commit b299654

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/apis/syntex/syntex-model-rest-api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Microsoft Syntex document understanding model REST API
3-
description: Overview of the Microsoft Syntex document understanding model REST API.
4-
ms.date: 10/20/2022
2+
title: Unstructured document understanding model REST API
3+
description: Overview of the document understanding model REST API.
4+
ms.date: 07/21/2025
55
ms.author: chucked
66
author: chuckedmonson
77
manager: pamgreen
@@ -12,7 +12,7 @@ ms.collection: m365initiative-syntex
1212
ms.localizationpriority: medium
1313
---
1414

15-
# Microsoft Syntex unstructured document processing model REST API
15+
# Unstructured document processing model REST API
1616

1717
You can use the SharePoint REST interface to create an unstructured document processing model, apply or remove the model to one or more libraries, and obtain or update information about the model.
1818

@@ -29,14 +29,14 @@ Before you get started, make sure that you're familiar with the following:
2929

3030
## REST commands
3131

32-
The following REST commands are available for working with Syntex unstructured document processing models:
32+
The following REST commands are available for working with unstructured document processing models:
3333

3434
- [Create model](rest-createmodel-method.md) – Creates a model and its associated content type.
35-
- [GetByUniqueId](rest-getbyuniqueid-method.md) – Gets or updates information about a Syntex unstructured document processing model.
36-
- [GetByTitle](rest-getbytitle-method.md) – Gets or updates information about a Syntex unstructured document processing model using the model title.
35+
- [GetByUniqueId](rest-getbyuniqueid-method.md) – Gets or updates information about an unstructured document processing model.
36+
- [GetByTitle](rest-getbytitle-method.md) – Gets or updates information about an unstructured document processing model using the model title.
3737
- [Apply model](rest-applymodel-method.md) – Applies (or syncs) a trained unstructured document processing model to one or more libraries.
3838
- [Get model and library information](rest-getmodelandlibraryinfo.md) – Gets information about a model and the library where it has been applied.
39-
- [UpdateModelSettings](rest-updatemodelsettings-method.md) – Updates available models settings (associated retention label and model description) for a Syntex unstructured document processing model.
39+
- [UpdateModelSettings](rest-updatemodelsettings-method.md) – Updates available models settings (associated retention label and model description) for an unstructured document processing model.
4040
- [BatchDelete](rest-batchdelete-method.md) – Removes an applied unstructured document processing model from one or more libraries.
4141
- [Create file classification request](rest-createclassificationrequest.md) – Creates a request to classify a specified file or files using the applied model.
4242
- [Create folder classification request](rest-createclassificationrequest.md) – Creates a request to classify an entire folder using the applied model.

0 commit comments

Comments
 (0)