v1
Northflank docs for LLMs
API
CLI
JS Client

Team / Domains /

Update domain

Update domain options such as minimum TLS protocol version

Required permission

Account > Networking > Domains > Update

Path parameters

    • domain

      string required
      Name of the domain

Request body

  • {object}
    • options

      {object} required
      Domain options to update.
      • minTlsProtocolVersion

        string required
        Minimum TLS protocol version for all subdomains under this wildcard domain.
        one of
        TLSV1_1, TLSV1_2, TLSV1_3

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result 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.

    © 2026 Northflank Ltd. All rights reserved.

    northflank.com / Terms / Privacy / feedback@northflank.com