Skip to content

Commit 59045b4

Browse files
mbratukhaVesaJuvonen
authored andcommitted
FIX: Incorrect request body when creating a site collection (SharePoint#4318)
* FIX: Incorrect body when creating a site collection * Request body content The name of the property 'request' must be written in the lower case
1 parent 822438a commit 59045b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis/site-creation-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ odata-version: 4.0
3939
method: POST
4040
body:
4141
{
42-
"request":{
42+
"request": {
4343
"Title": "Communication Site 1",
4444
"Url":"https://contoso.sharepoint.com/sites/commsite1",
4545
"Lcid": 1033,

0 commit comments

Comments
 (0)