更新会议室设置
标签:会议室设置
请求说明
| 字段 | 值 |
|---|---|
请求地址 | https://openapi.wps.cn/v7/meeting_room_settings/{room_id}/update |
HTTP 方法 | POST |
接口描述 | 更新会议室设置 |
签名方式 | KSO-1 |
限频策略 | 无 |
权限要求 | 查询和管理会议室(应用授权) kso.meeting_rooms.readwrite |
请求头 (Headers)
| 属性名 | 类型 | 是否必填 | 描述 | 可选值 |
|---|---|---|---|---|
X-Kso-Id-Type | string | 否 | 类型 * internal - 内部 * external - 外部 | internal, external |
路径参数 (Path)
| 属性名 | 类型 | 是否必填 | 描述 | 可选值 |
|---|---|---|---|---|
room_id | string | 是 | 会议室id,可以通过会议室列表查询 | - |
请求体(Body)
请求体格式: application/json
没有可用的数据
请求体示例
json
{
"approval_setting": {
"approval_condition_rules": {
"meeting_duration": 0
},
"approval_mode": "all",
"approvers": [
{
"user_id": "string"
}
],
"is_enabled": true
},
"booking_limit_setting": {
"access_scope": {
"members": [
{
"dept_id": "string",
"type": "user",
"user_id": "string"
}
],
"type": "all"
},
"booking_duration": 0,
"booking_limit_switch": true,
"booking_preview": 0,
"booking_time": "string"
}
}响应体(Response)
HTTP状态码: 200
响应体格式: application/json
没有可用的数据
响应体示例
json
{
"code": 0,
"msg": "string"
}