{
"userrole_id": 0,
"role_name": "string",
"is_valid": true,
"detailList": [
{
"id": 0,
"menu_id": 0,
"menu_name": "string",
"authority": 0,
"menu_actions_authority": [
"string"
]
}
]
}
curl --location --request PUT '/rolemenu' \
--header 'Content-Type: application/json' \
--data-raw '{
"userrole_id": 0,
"role_name": "string",
"is_valid": true,
"detailList": [
{
"id": 0,
"menu_id": 0,
"menu_name": "string",
"authority": 0,
"menu_actions_authority": [
"string"
]
}
]
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": true
}