Applications

Update Preview Domains

Replace domains for a preview deployment. Use domains for regular applications or docker_compose_domains for Docker Compose applications. Ports are stored as internal overrides while public domains remain portless.

patch/applications/{uuid}/previews/{pull_request_id}

Path parameters

uuidstring required
pull_request_idinteger required

Request body

domainsstring nullable
force_domain_overrideboolean

Example request

{
  "domains": "https://pr.example.com:3000"
}

Response

Preview domains updated.

Changes

Changed in 1 of the 63 revisions of this API.1