app-template_builder

On this page:

applyTemplates

Summary

Apply templates to text

Description

Apply templates to parse text

Route

POST /template_builder/applyTemplates

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
text array yes Array of text to parse
templates array yes Array of template names used to parse the text

Return

DetailsExampleSchema
Name Type Description
parsed array Parsed text based on the templates used