Skip to main content
PATCH
更新域名

授权

Authorization
string
header
必填

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

路径参数

account_id
string<uuid>
必填
domain
string
必填

请求体

application/json

更新面向客户域名配置的架构。

auto_renew
boolean | null
redirect_mode
enum<string> | null

创建或更新重定向时使用的重定向模式

可用选项:
301,
302,
iframe
redirect_url
string | null

HTTPS 重定向 URL,或使用 null 清除

workspace_id
string<uuid4> | null

响应

auto_renew
boolean
必填
id
string<uuid4>
必填
workspace_id
string<uuid4>
必填
redirect_mode
enum<string> | null
可用选项:
301,
302,
iframe
redirect_url
string | null