We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967c57e commit 633918aCopy full SHA for 633918a
src/main/scala/com/github/zabbicook/entity/template/Template.scala
@@ -51,6 +51,7 @@ object Template extends EntityCompanionMetaHelper {
51
value("host")("name")("(required) Technical name of the template."),
52
value("description")("description")("Description of the template."),
53
value("name")("visibleName")("""Visible name of the host.
54
- |Default: name property value.""".stripMargin)
+ |Default: name property value.
55
+ |CAUTION: It seems that it can often not be changed due to problems with zabbix.""".stripMargin)
56
) _
57
}
0 commit comments