post https://{hostname}/v1/template_types
Use this endpoint to create a template type.
Responses
400Invalid format or content of the request.
401The API token or the user email is invalid.
403The request is not authorized by the server.
Use this endpoint to create a template type.
400Invalid format or content of the request.
401The API token or the user email is invalid.
403The request is not authorized by the server.
xxxxxxxxxx
curl --request POST \
--url https://api.oneflow.com/v1/template_types \
--header 'accept: application/json' \
--header 'content-type: application/json'