Folders
Rename Templates Folder
Rename a templates folder.
For the full list of folder operations and their limitations, see Organize Templates and Folders.
put/public/v1/templates/folders/{id}
Path parameters
idstring required
The UUID of the folder which you are renaming.
Request body
Example request
{
"name": "Another template folder"
}Response
OK
Example response
{
"uuid": "Nq8htXxFssmhRxAPSP4SBP",
"name": "Another template folder",
"date_created": "2021-10-15T10:43:04.103331Z"
}