Update domain options such as minimum TLS protocol version
Required permission
Account > Networking > Domains > Update
Path parameters
domain
string requiredName of the domain
Request body
- {object}
options
{object} requiredDomain options to update.minTlsProtocolVersion
string requiredMinimum TLS protocol version for all subdomains under this wildcard domain.one ofTLSV1_1, TLSV1_2, TLSV1_3
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
PATCH /v1/domains/{domain}
PATCH /v1/teams/{teamId}/domains/{domain}
Example request
Request body
curl --header "Content-Type: application/json" \
--header "Authorization: Bearer NORTHFLANK_API_TOKEN" \
--request PATCH \
--data 'undefined' \
https://api.northflank.com/v1/domains/{domain}Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}Example response
400 Bad Request
Domain-level TLS version can only be configured on wildcard-redirect domains with wildcard certificates.