curl --location --request PATCH 'https://open.feishu.cn/open-apis/vc/v1/reserve_configs/omm_3c5dd7e09bac0c1758fcf9511bd1a771' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"scope_type": "2",
"approval_config": {
"approval_switch": 1,
"approval_condition": 1,
"meeting_duration": 3,
"approvers": [
{
"user_id": "ou_a27b07a9071d90577c0177bcec98f856"
}
]
},
"time_config": {
"time_switch": 1,
"days_in_advance": 30,
"opening_hour": "27900",
"start_time": "0",
"end_time": "86400",
"max_duration": 24
},
"reserve_scope_config": {
"allow_all_users": 0,
"allow_users": [
{
"user_id": "ou_a27b07a9071d90577c0177bcec98f856"
}
],
"allow_depts": [
{
"department_id": "od-47d8b570b0a011e9679a755efcc5f61a"
}
]
}
}'