Skip to main content
PUT
Replace the draft site configuration

Body

application/json
session
string
required

Editor session key. Scoped with siteId into the key the state store uses.

siteId
string

Site this session belongs to, when the orchestrator hosts more than one.

config
object

A SiteConfig. Validated against siteConfigSchema.

Response

{ status: "ok", config } with the stored configuration.