本文档为大众产品接口文档 如需不明确请及时联系客服处理!
{
"force_https_port": 1,
"hsts": true,
"http2": true,
"http3": true,
"http_force": "http/s",
"ocsp": true,
"tls_version": [
"string"
]
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/client/site_config/certificate_setting_update?site_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"force_https_port": 1,
"hsts": true,
"http2": true,
"http3": true,
"http_force": "http/s",
"ocsp": true,
"tls_version": [
"string"
]
}'{
"code": 0,
"data": {
"force_https_port": 1,
"hsts": true,
"http2": true,
"http3": true,
"http_force": "http/s",
"ocsp": true,
"tls_version": [
"string"
]
},
"message": "string"
}