Some site properties are ignored during creation
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 323
- Forks
- 133
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 2
Description
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the CreateSite and UpdateSite definitions in the OpenAPI specification, focusing on domainAliases, managedDns, and forceSSL. Verify how these properties are represented during creation and define completion as allowing the reported site properties to take effect without an extra update call, including the SSL combination.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100