Skip to content

Commit

Permalink
Added extra clarification that both the URL fields require a full URL…
Browse files Browse the repository at this point in the history
… as this is uncommon with most other cmdlets
  • Loading branch information
KoenZomers committed Mar 13, 2022
1 parent e3c8cd7 commit dfdc0cf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions documentation/Get-PnPCompatibleHubContentTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,39 +43,39 @@ This will return the list of content types present in content type hub site that

## PARAMETERS

### -Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
### -WebUrl
The full URL of the web for which compatible content types need to be fetched. In case of a list this should be the url of the web which contains the given list. I.e. 'https://contoso.sharepoint.com/web1'

```yaml
Type: PnPConnection
Type: String
Parameter Sets: (All)

Required: False
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -WebUrl
The web url for which compatible content types need to be fetched. In case of a list this should be the url of the web which contains the given list.
### -ListUrl
The full URL to the list for which compatible content types need to be fetched, i.e. 'https://contoso.sharepoint.com/web1/Shared Documents'
```yaml
Type: String
Parameter Sets: (All)

Required: True
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ListUrl
The list url for which compatible content types need to be fetched
### -Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
```yaml
Type: String
Type: PnPConnection
Parameter Sets: (All)

Required: False
Expand Down

0 comments on commit dfdc0cf

Please sign in to comment.