v6

OpenAPI 3.0.1raw.githubusercontent.com2024-06-200020.3 KB
documentation

render a template using the provided data

post/render

Request body

templatestring required

template as string

contextstring required

context as string

Example request

{
  "template": "{{!mustache}}",
  "context": "{}"
}

Response

successful operation