{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"clientId": "string",
"clientKey": "string",
"clientSecret": "string",
"grantTypeList": [
"string"
],
"grantType": "string",
"deviceType": "string",
"activeTimeout": 0,
"timeout": 0,
"status": "string"
}curl --location --request PUT '/system/client' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"clientId": "string",
"clientKey": "string",
"clientSecret": "string",
"grantTypeList": [
"string"
],
"grantType": "string",
"deviceType": "string",
"activeTimeout": 0,
"timeout": 0,
"status": "string"
}'{
"code": 0,
"msg": "",
"data": null
}