CCRCOPENAUTH: ********************{
"description": "string",
"id": 0,
"name": "string",
"onOff": 0,
"pageIds": [
0
],
"parentCode": "string",
"source": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/masterdata/role/update?tenantId' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"id": 0,
"name": "string",
"onOff": 0,
"pageIds": [
0
],
"parentCode": "string",
"source": 0
}'{
"code": "string",
"data": {
"code": "string",
"description": "string",
"id": 0,
"name": "string",
"onOff": 0,
"pageIds": [
0
],
"parentCode": "string",
"source": 0,
"updateTime": "2019-08-24T14:15:22.123Z"
},
"message": "string",
"success": true
}