Publish or unpublish a domain version

PUT {{baseUrl}}/domains/:owner/:domain/:version/settings/lifecycle?force=false

Request Params

KeyDatatypeRequiredDescription
forcebooleanTo publish a domain that references other unpublished domains, this parameter must be true. Otherwise, the request will be rejected with status code 424.

Request Body

{"published"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""