编辑记录
POST
http:/domain/api/front/record/edit/{id}
请求头
参数名
类型
描述
必填
Content-Type:application/json
sring
必填
Authorization
string
例如:Bearer token值
必填
请求参数
参数名
类型
描述
必填
type
string
记录类型
必填
prefix_host
string
主机记录
必填
content
string
记录值
必填
ttl
int
TTL(秒)
必填
id
int
记录id
必填
prio
int
记录类型为MX时填写,优先值
可选