render a template
render a template
Path Parameters
name string required
application/json
Request Body required
variables object
property name* string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
body string
{
"body": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...