- API在线调试指南
- IM账号管理
- 用户名片管理
- 好友管理
- 静音管理
- 黑名单管理
- 消息管理
- 会话功能
- 群组功能
- 聊天室功能
- 聊天室管理
- 聊天室成员
- 聊天室队列
- 广播消息管理
- 系统通知管理
- 发布订阅
- 翻译
开放/关闭聊天室
开发中
PATCH
/im/v2/chatrooms/{room_id}/actions/update_status
请求参数
Path 参数
room_id
string
必需
示例值:
1605537145
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
Body 参数application/json
operator_account_id
string
必需
valid
boolean
必需
delay_close_policy
enum<integer>
可选
枚举值:
012
delay_seconds
number
可选
示例
{
"operator_account_id": "yx29",
"valid": true,
"delay_seconds": 2,
"delay_close_policy": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/chatrooms/1605537145/actions/update_status' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator_account_id": "yx29",
"valid": true,
"delay_seconds": 2,
"delay_close_policy": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
valid
boolean
必需
extension
string
必需
creator
string
必需
announcement
string
必需
room_name
string
必需
chat_banned
boolean
必需
live_url
string
必需
room_id
integer
必需
queue_level
integer
必需
示例
{
"code": 200,
"msg": "success",
"data": {
"valid": false,
"extension": "Excepteur enim cupidatat deserunt",
"creator": "yx29",
"announcement": "dolore in",
"room_name": "期果应压002",
"chat_banned": false,
"live_url": "http://mmstml.se/iyjhaw",
"room_id": 1605537145,
"queue_level": 1
}
}
修改于 2024-02-29 03:00:01