Skip to content

Commit

Permalink
Fixes docs example for 'spo list contenttype remove'. Closes #5481
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh-sanap authored and milanholemans committed Sep 15, 2023
1 parent 8b51cd8 commit 1cc6142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/list/list-contenttype-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ m365 spo list contenttype remove --webUrl https://contoso.sharepoint.com/sites/p
Remove content type with a specific id from the list retrieved by server relative URL in a specific site. This will not prompt for confirmation.

```sh
m365 spo list contenttype remove --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl 'sites/project-x/Documents' --contentTypeId 0x010109010053EE7AEB1FC54A41B4D9F66ADBDC312A --force
m365 spo list contenttype remove --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl 'sites/project-x/Documents' --id 0x010109010053EE7AEB1FC54A41B4D9F66ADBDC312A --force
```

## Response
Expand Down

0 comments on commit 1cc6142

Please sign in to comment.