netlify / netlify/open-api

Some site properties are ignored during creation

Open
#280 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.