Authorization: Bearer ********************{
"id": 1024,
"name": "芋道",
"permission": "sys:menu:add",
"type": 1,
"sort": 1024,
"parentId": 1024,
"path": "post",
"icon": "/menu/list",
"component": "system/post/index",
"componentName": "SystemUser",
"status": 1,
"visible": false,
"keepAlive": false,
"alwaysShow": false
}curl --location --request PUT '/admin-api/system/menu/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 1024,
"name": "芋道",
"permission": "sys:menu:add",
"type": 1,
"sort": 1024,
"parentId": 1024,
"path": "post",
"icon": "/menu/list",
"component": "system/post/index",
"componentName": "SystemUser",
"status": 1,
"visible": false,
"keepAlive": false,
"alwaysShow": false
}'{
"code": 0,
"data": true,
"msg": "string"
}