Templates
Request body for rendering Liquid templates.
Optional BCP 47 culture tag (e.g. "en", "fr-FR"). Defaults to the server's current culture when omitted.
One or more Liquid template strings to render.
Key/value pairs made available to every template during rendering.
Templates rendered; check errors for per-template Liquid failures.
Response body returned by M:Neo.Web.Api.Template.Controllers.TemplatesController.Render(Neo.Web.Api.Template.Controllers.TemplatesController.RenderTemplateRequest,System.Threading.CancellationToken).
Index-aligned rendered outputs. Results[i] corresponds to Templates[i].
The value is null when the template at that index failed to render (see Neo.Web.Api.Template.Controllers.TemplatesController.RenderTemplateResponse.Errors).
Index-aligned Liquid error messages. Only present when at least one template failed.
Errors[i] is null when Results[i] rendered successfully.
Bad Request
Not authorized.
A Liquid syntax error prevented rendering. Check detail for the Liquid error message.
Last updated

