Skip to content

Commit a3209c2

Browse files
authored
Merge pull request #9458 from calvin620707/patch-1
Add site-list.md into sites-and-lists/toc.yml
2 parents 350556b + 302ee8c commit a3209c2

File tree

1 file changed

+3
-1
lines changed
  • api-reference/v1.0/resources

1 file changed

+3
-1
lines changed

api-reference/v1.0/resources/site.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
```
22
author: spgraph-docs-team
33
title: "site resource type"
44
description: The site resource provides metadata and relationships for a Sharepoint site.
@@ -21,6 +21,7 @@ The **site** resource provides metadata and relationships for a SharePoint site.
2121
| [Get site][] | site | Access a sharePoint site using the siteId.
2222
| [List sites across geographies][] | collection of sites | List sites across all geographies in an organization.
2323
| [List subsites for a site][] | collection of sites | Get a collection of subsites defined for a site.
24+
| [List root sites][] | site | List all available sites in an organization.
2425
| [Get site by path][] | site | Access the root SharePoint site with a relative path.
2526
| [Get site for a group][] | site | Access the team site for a group.
2627
| [Get analytics][] | [itemAnalytics][] | Get analytics for this resource.
@@ -40,6 +41,7 @@ The **site** resource provides metadata and relationships for a SharePoint site.
4041
4142
[Get site]: ../api/site-get.md
4243
[Get root site]: ../api/site-get.md
44+
[List root site]: ../api/site-list.md
4345
[List sites across geographies]: ../api/site-getallsites.md
4446
[List subsites for a site]: ../api/site-list-subsites.md
4547
[Get site by path]: ../api/site-getbypath.md

0 commit comments

Comments
 (0)