{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"dataScope": "string",
"delFlag": "string",
"deptCheckStrictly": true,
"deptIds": [
0
],
"errMsg": "string",
"flag": true,
"menuCheckStrictly": true,
"menuIds": [
0
],
"params": {},
"permissions": [
"string"
],
"remark": "string",
"roleId": 0,
"roleKey": "string",
"roleName": "string",
"roleSort": 0,
"status": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT '/api/system/role' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"dataScope": "string",
"delFlag": "string",
"deptCheckStrictly": true,
"deptIds": [
0
],
"errMsg": "string",
"flag": true,
"menuCheckStrictly": true,
"menuIds": [
0
],
"params": {},
"permissions": [
"string"
],
"remark": "string",
"roleId": 0,
"roleKey": "string",
"roleName": "string",
"roleSort": 0,
"status": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}