PATCH /accounts/{account_id}/addressing/address_maps/{address_map_id}
Modify properties of an address map owned by the account.
Servers
- https://api.cloudflare.com/client/v4
 
Path parameters
| Name | Type | Required | Description | 
|---|---|---|---|
address_map_id | 
            String | Yes | |
account_id | 
            String | Yes | 
Request headers
| Name | Type | Required | Description | 
|---|---|---|---|
Content-Type | 
            String | Yes | 
                The media type of the request body.
                   Default value: "application/json"  | 
          
Request body fields
| Name | Type | Required | Description | 
|---|---|---|---|
description | 
            String | No | 
                 An optional description field which may be used to describe the types of IPs or zones on the map.  | 
          
enabled | 
            Boolean | No | 
                 Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until the map is enabled. Default value: false  | 
          
default_sni | 
            String | No | 
                 If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on those IPs. The default SNI can be any valid zone or subdomain owned by the account.  | 
          
How to start integrating
- Add HTTP Task to your workflow definition.
 - Search for the API you want to integrate with and click on the name.
      
- This loads the API reference documentation and prepares the Http request settings.
 
 - Click Test request to test run your request to the API and see the API's response.