Login

Change template

HTTP method

PUT

URL

https://api.zilore.com/dns/v1/templates/{template_id}

Request parameters

Parameter

Description

template_id

Identifier of template

Additional parameters

Parameter

Description

custom_template_name

Template name: up to 100 characters, may not include special characters apart from . _ and -

custom_template_description

Extended description of template, up to 500 characters

Request example

PUT https://api.zilore.com/dns/v1/templates/198
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0
Content-Type: application/x-www-form-urlencoded

custom_template_description=sample_description

Response example

{
"status": "ok",
"response": {
"custom_template_status": "Custom template updated",
"custom_template_id": "198"
}
}