v1
latestOpenAPI 3.0.02026-07-24115101.2 MBTemplate types
Create a template type
Use this endpoint to create a template type.
post/template_types
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
Request body
Example request
{
"name": "test_template_type",
"description": "simple template type"
}Response
Returns the created template type.