更新角色
PUT
https://v4.fenxi365.com/api/role
最后修改时间:2024-04-30 03:22:23
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://v4.fenxi365.com/api/role' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/json
id
integer | null
可选
name
string | null
可选
describe
string | null
可选
enabled
boolean | null
可选
astAdmin
boolean | null
可选
systemDefault
boolean | null
可选
authorities
array[integer] | null
可选
示例
返回响应
🟢200成功
application/json
Body
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
data
#/definitions/94367363可选
修改于 2024-04-30 03:22:23