SharePoint REST API でリストを作成する

SharePont Online の REST API でリストを作成してみます。 公式はこんな感じです。 learn.microsoft.com 次のような JSON を POST することになっています。 { "__metadata": { "type": "SP.List" }, "AllowContentTypes": true, "BaseTemplate": 100, "ContentTypesEnabled": true, "Description": "My list description…