Folders
Создание элемента мастер-папок
MasterFolderController ( privileges: Global: SYSTEM, ADMIN)
post/master_folders
Request body
Example request
{
"name": "В работе",
"type": "WORK",
"position": 3
}Response
Oк
Example response
{
"master_id": 1,
"master_name": "Входящие",
"master_type": "start",
"master_position": 2
}Changes
No recorded changes to this endpoint across all 1 revision of this API.