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
- remove 'sections' section in content - MSDOCS already renders a TOC... this would be a dupe
- always use "Microsoft Graph" when referring to "Graph"
- only & always use single line break between content blocks (headings, paragraphs, bullet lists, code listings, alerts, etc)
- grammatical & typo fixes
Copy file name to clipboardExpand all lines: docs/embedded/tutorials/metadata.md
+7-21Lines changed: 7 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,14 @@ ms.localizationpriority: high
7
7
8
8
# Using Metadata with SharePoint Embedded Containers
9
9
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
-
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
-
10
+
In SharePoint Embedded, columns can be added to [Containers](../concepts/app-concepts/containertypes.md) to address scenarios requiring custom metadata via Microsoft Graph APIs. Content in the container can then set desired values for corresponding metadata. Metadata is schematized and can be queried. Note the APIs to create and manage columns are on the container instances level – an application is responsible for defining and managing the columns across its containers.
26
11
27
12
## Authorization and Authentication
28
13
29
-
App+User (Delegated) or App-only (Application) Bearer {token} is required in Authorization header.
14
+
App+User (Delegated) or App-only (Application) Bearer {token} is required in the Authorization header.
30
15
31
16
> [!NOTE]
32
-
> Container owners can Create, Update and Delete Container columns
17
+
> Container owners can Create, Update, and Delete Container columns
33
18
> All Container members can Read and List Container columns
0 commit comments