netlify / open-api

Open API specification of Netlify's API

Home Page:https://open-api.netlify.com/#/default

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some site properties are ignored during creation

cstaud opened this issue · comments

On a CreateSite call some properties are ignored on site creation and therefor need an extra UpdateSite call.

e.g.:

  • domainAliases
  • managedDns
  • forceSSL (you can not set SSL=true && forceSSL=true during site creation)