修改部门
PUT
https://api.oraydev.cn/sl/v1/enterprise/department/{department_id}请求参数
Path 参数
department_id
string
必需
Header 参数
Authorization
string
必需
Bearer [access_token]
Body 参数application/json
name
string
组织名称
示例
{
"name": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
成功
数据结构
department_id
integer
组织id
ent_id
integer
企业id
name
string
组织名称
示例
未设置
最后修改时间: 7 天前