-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
I have a site set to language Dutch at the time of creation. So Display name of my Document library is "Documents", in URL it is "../Gedeelde%20documenten/Forms/AllItems.aspx", on doing Get-PnPList i get "Documenten" as the internal name.
Problem is i want to update my library of my new site with content types. It works well in English site but not in non -english site. Description is not udpdated nor No Content Types are added.
{
"verb": "createSPList",
"listName": "Documenten",
"templateType": 101,
"subactions": [
{
"verb": "setDescription",
"description": "This is a modified default document library"
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels