Render Jinja2 context with data cast

Renders Jinja2 Context output with data cast.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

namestringRequired

Request

request body
templatestringOptional
variablesobjectOptional
castDataTypeenumOptionalDefaults to string
Allowed values:

Response

Rendered output template. Data type will be determined based on input castDataType.

Errors

500
Internal Server Error