ITSM

运维管理系统


修改文件夹

<h2>1、修改文件夹</h2> <p><strong>简要描述:</strong> </p> <ul> <li>修改文件夹</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.2.32:8080/ops/itsm/document/updateFolder</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">folder</td> <td style="text-align: left;">是</td> <td style="text-align: left;">json</td> <td>文件夹数据</td> </tr> <tr> <td style="text-align: left;">folderPowerList</td> <td style="text-align: left;">是</td> <td style="text-align: left;">json</td> <td>权限数据集合</td> </tr> </tbody> </table> <p><strong>参数示例</strong></p> <pre><code> { "folder": { "parentPath": "文档目录", "name": "测试1", "orderId": 2, "describe": "11111", "createTime": "2021-11-26 11:46:59", "updaterName": null, "updateTime": "2021-11-26 11:46:59", "creator": "d22ae15a56394869924059a9d5867a29", "parentId": "0", "creatorName": "系统管理员", "uuid": "085641fde22e4254be6e21969b2663f8" }, "folderPowerList": {} } </code></pre> <p><strong>返回示例</strong></p> <pre><code>{ "errorCode": 0, "message": "操作成功", "responseBody": null, "time": 1609140057769 }</code></pre>

页面列表

ITEM_HTML