Skip to content

Commit d9372f6

Browse files
erwinvanhunenVesaJuvonen
authored andcommitted
Updates to PnP Site Design doc (SharePoint#1212)
1 parent f1a23c1 commit d9372f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/declarative-customization/site-design-pnp-provisioning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Your flow should look like the following.
125125
To test your flow, you have to make a POST request. You can do this via PowerShell, as shown in the following example.
126126

127127
```powershell
128-
$uri = "[the URI you copied in step 8 when creating the flow]"
128+
$uri = "[the URI you copied in step 14 when creating the flow]"
129129
$body = "{webUrl:'somesiteurl'}
130130
Invoke-RestMethod -Uri $uri -Method Post -ContentType "application/json" -Body $body
131131
```
@@ -153,6 +153,7 @@ Copy the following provisioning template XML to a new file and save the file as
153153
</pnp:WebCustomActions>
154154
</pnp:CustomActions>
155155
</pnp:ProvisioningTemplate>
156+
</pnp:Templates>
156157
</pnp:Provisioning>
157158
```
158159

0 commit comments

Comments
 (0)