v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBcustomdomains
Update custom domain
put/customdomains/{domainName}
Path parameters
domainNamestring required
Name of the custom domain
Request body
Example request
{
"metadata": {
"displayName": "Preview Domain",
"name": "preview.example.com"
},
"spec": {
"domainType": "applications",
"fallbackPreviewId": "my-fallback-preview",
"region": "us-pdx-1",
"status": "verified"
}
}Response
successful operation
Example response
{
"metadata": {
"displayName": "Preview Domain",
"name": "preview.example.com"
},
"spec": {
"domainType": "applications",
"fallbackPreviewId": "my-fallback-preview",
"region": "us-pdx-1",
"status": "verified"
}
}