Folders

Изменения имени локального расширения папки.

FolderSectionController ( privileges: Global: SYSTEM, ADMIN; Firm: LocalAdmin; Self: SelfFolders)

patch/folders/{folder}/folder_sections/{folder_section}

Path parameters

номер ресурса папки

ресурс папки-расширения

Request body

idinteger
namestring
sectionValidboolean

Example request

{
  "id": 1,
  "name": "Даны гарантии",
  "sectionValid": true
}

Response

idinteger
namestring
sectionValidboolean

Example response

{
  "id": 1,
  "name": "Даны гарантии",
  "sectionValid": true
}

Changes

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