Skip to content

Commit e9832e0

Browse files
committed
2 parents 885b738 + 1cc2af6 commit e9832e0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/apis/communication-site-creation-rest.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ If the site does not exist, the response returns a site status of 0 with no URL.
116116
}
117117
```
118118

119+
The full set of values for SiteStatus are as follows:
120+
121+
+ `0` - Not Found. The site doesn't exist.
122+
+ `1` - Provisioning. The site is currently being provisioned.
123+
+ `2` - Ready. The site has been created.
124+
+ `3` - Error. An error occurred while provisioning the site.
125+
119126
## See also
120127

121-
- [Get to know the SharePoint REST service](../sp-add-ins/get-to-know-the-sharepoint-rest-service.md)
128+
- [Get to know the SharePoint REST service](../sp-add-ins/get-to-know-the-sharepoint-rest-service.md)

0 commit comments

Comments
 (0)