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
Fix PR feedback: rename file and use relative links
- Rename file from spe-knowledge-retrieval.md to sharepoint-embedded-knowledge-source.md to avoid abbreviation issues
- Replace absolute Microsoft Learn links with relative links
- Remove view parameters from Graph API documentation links
Copy file name to clipboardExpand all lines: docs/embedded/development/declarative-agent/sharepoint-embedded-knowledge-source.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Run the following Microsoft Graph API to register application permission grants:
24
24
25
25
Replace `{fileStorageContainerTypeId}` with your container type ID. The container type's owning application must call this API on a consuming tenant
26
26
27
-
[Learn more about Container Type Registration API](https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-post-applicationpermissiongrants?view=graph-rest-beta&tabs=http)
27
+
[Learn more about Container Type Registration API](/graph/api/filestoragecontainertyperegistration-post-applicationpermissiongrants)
28
28
29
29
### API call
30
30
@@ -40,4 +40,4 @@ Content-Type: application/json
40
40
41
41
42
42
> [!TIP]
43
-
> This may also be done during initial container type registration using the [filestorage-post-containertyperegistrations API](https://learn.microsoft.com/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-beta&tabs=http).
43
+
> This may also be done during initial container type registration using the [filestorage-post-containertyperegistrations API](/graph/api/filestorage-post-containertyperegistrations).
0 commit comments