修改角色
开发中PATCH
/role/{id}请求参数
Path 参数
id
string
必需
示例值:
1
Body 参数application/json
id
integer
必需
code
string
必需
name
string
必需
enable
boolean
必需
permissionIds
array[integer]
必需
示例
{
"id": 2,
"code": "ROLE_QA",
"name": "质检员",
"enable": true,
"permissionIds": [
1,
2,
3,
4,
5,
9,
10,
11,
12,
14
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
originUrl
string
必需
示例
{
"code": 0,
"message": "OK",
"originUrl": "sssss"
}
最后修改时间: 1 个月前