v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Folders

Create Templates Folder

Create a new folder to store your templates.

For the full list of folder operations and their limitations, see Organize Templates and Folders.

post/public/v1/templates/folders

Request body

namestring required

Name the folder for Templates you are creating.

parent_uuidstring

ID of the parent folder. To create a new folder in the root folder, remove this parameter in the request.

Example request

{
  "name": "A new template folder",
  "parent_uuid": "Nq8htXxFssmhRxAPSP4SBP"
}

Response

OK

uuidstring
namestring
date_createdstring

Example response

{
  "uuid": "Nq8htXxFssmhRxAPSP4SBP",
  "name": "A new template folder",
  "date_created": "2021-10-15T10:43:04.103331Z"
}