Folder templates

Creates a folder template

post/api/1/account/templates

Request body

namestring required
childrenstring required

Must be a valid JSON string.

Example request

{
  "name": "architecto",
  "children": "[\"architecto\",\"architecto\"]"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.