{
"id": 0,
"code": "string",
"module": "string",
"group": "string",
"name": "string",
"isNeedAuth": 1,
"authType": 3,
"desc": "string",
"apis": [
{
"id": 0,
"accessCode": "string",
"route": "string",
"method": "string",
"name": "string",
"businessType": 1,
"recordLogMode": 3,
"desc": "string"
}
]
}
curl --location --request POST '/api/v1/system/access/info/update' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"code": "string",
"module": "string",
"group": "string",
"name": "string",
"isNeedAuth": 1,
"authType": 3,
"desc": "string",
"apis": [
{
"id": 0,
"accessCode": "string",
"route": "string",
"method": "string",
"name": "string",
"businessType": 1,
"recordLogMode": 3,
"desc": "string"
}
]
}'
{
"code": "200",
"msg": "string"
}