# 更新域名证书信息 1、请求地址:/api/updateDomainCertInfoById 2、请求方式:POST 3、请求参数 | 参数 | 类型 | 必须 | 说明 | | -| - | - | - | | id | int | 是 | 域名id 4、返回参数 无 5、请求示例 ``` POST {{baseUrl}}/api/updateDomainCertInfoById Content-Type: application/json X-Token: { "id": 1 } ``` 6、返回示例 ```json { "code": 0, "data": null, "msg": "success" } ```