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
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,23 @@ ms.localizationpriority: high
7
7
8
8
# Using Metadata on Containers and Files
9
9
10
-
**TODO: Update toc.yml with this file path**
11
-
12
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.
13
11
12
+
13
+
## Sections
14
+
1.[Authorization and Authentication](#authorization-and-authentication)
15
+
1.[Limitations](#limitations)
16
+
1.[POST: Create a column in a fileStorageContainer](#create-a-column-in-a-filestoragecontainer)
17
+
1.[GET: Get a column in a fileStorageContainer by id](#get-a-column-in-a-filestoragecontainer-by-id)
18
+
1.[PATCH: Update a column in a fileStorageContainer by id](#update-a-column-in-a-filestoragecontainer-by-id)
19
+
1.[DELETE: Delete a column from a fileStorageContainer](#delete-a-column-from-a-filestoragecontainer)
20
+
1.[GET: List columns in a fileStorageContainer](#list-columns-in-a-filestoragecontainer)
21
+
1.[GET: Get column values of an item in a fileStorageContainer's drive](#get-column-values-of-an-item-in-a-filestoragecontainers-drive)
22
+
1.[PATCH: Patch column values of an item in a fileStorageContainer's drive](#patch-column-values-of-an-item-in-a-filestoragecontainers-drive)
23
+
1.[GET: Query a fileStorageContainer's driveitems with Odata query options on custom columns](#query-a-filestoragecontainers-driveitems-with-odata-query-options-on-custom-columns)
24
+
25
+
26
+
14
27
### Authorization and Authentication
15
28
16
29
App+User (Delegated) or App-only (Application) Bearer {token} is required in Authorization header.
0 commit comments