# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
@Summary Create yaml template @Description Create yaml template @Tags template @Accept json @Produce json @Param body body template.YamlTemplate true "body" @Success 200 @Router /api/aslan/template/yaml [post].
No description provided by the author
No description provided by the author
No description provided by the author
DEPRECATED since 1.18, now we auto extract varialbes when save yaml content.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DEPRECATED, since 1.18.
No description provided by the author
No description provided by the author
@Summary Get yaml template detail @Description Get yaml template detail @Tags template @Accept json @Produce json @Param id path string true "template id" @Success 200 {object} template.YamlDetail @Router /api/aslan/template/yaml/{id} [get].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
@Summary Update yaml template @Description Update yaml template @Tags template @Accept json @Produce json @Param id path string true "template id" @Param body body template.YamlTemplate true "body" @Success 200 @Router /api/aslan/template/yaml/{id} [put].
@Summary Update yaml template variable @Description Update yaml template variable @Tags template @Accept json @Produce json @Param id path string true "template id" @Param body body template.YamlTemplate true "body" @Success 200 @Router /api/aslan/template/yaml/{id}/variable [put].
No description provided by the author
@Summary Validate template varaibles @Description Validate template varaibles @Tags service @Accept json @Produce json @Param body body getYamlTemplateVariablesReq true "body" @Success 200 @Router /api/aslan/template/yaml/validateVariable [post].
# Structs
No description provided by the author
No description provided by the author
No description provided by the author