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
Example request
{
"domains": "https://pr.example.com:3000"
}Response
Preview domains updated.