You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/embedded/tutorials/metadata.md
+32-49Lines changed: 32 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SharePoint Embedded Container Metadata
3
3
description: Add metadata in Containers and Files
4
-
ms.date: 3/21/2024
4
+
ms.date: 3/22/2024
5
5
ms.localizationpriority: high
6
6
---
7
7
@@ -10,7 +10,7 @@ ms.localizationpriority: high
10
10
In SharePoint Embedded, columns can be added to [Containers](../concepts/app-concepts/containertypes.md) to address scenarios requiring custom metadata via Graph APIs. Content in the container can then set desired values for corresponding metadata. Metadata are schematized and can be queried. Note the APIs to create and manage columns are on container instances level – an application is responsible for defining and managing the columns across its containers.
11
11
12
12
13
-
## Sections
13
+
####Sections
14
14
1.[Authorization and Authentication](#authorization-and-authentication)
15
15
1.[Limitations](#limitations)
16
16
1.[POST: Create a column in a fileStorageContainer](#create-a-column-in-a-filestoragecontainer)
@@ -24,7 +24,7 @@ In SharePoint Embedded, columns can be added to [Containers](../concepts/app-con
24
24
25
25
26
26
27
-
###Authorization and Authentication
27
+
## Authorization and Authentication
28
28
29
29
App+User (Delegated) or App-only (Application) Bearer {token} is required in Authorization header.
30
30
@@ -54,45 +54,28 @@ App+User (Delegated) or App-only (Application) Bearer {token} is required in Aut
54
54
55
55
## Limitations
56
56
57
-
When working with Metadata APIs in SharePoint Embedded there are a few limitations to consider. This importance guidance to follow in the request body of each API call.
58
-
59
-
| Property name | Type | Property Needed | Reason |
###Query a fileStorageContainer's driveitems with Odata query options on custom columns
433
+
## Query a fileStorageContainer's driveitems with Odata query options on custom columns
451
434
452
435
This API will let users query drive items in a fileStorageContainer with `$expand`, `$filter`, and `$orderby` Odata query options on their custom columns.
0 commit comments