Appearance
PUT 触发场景
PUT /clip/v2/resource/scene/scene_uuid
说明使用 recall 字段来触发场景
Body 请求参数
json
{
"recall": 0
}请求参数
| 名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
|---|---|---|---|---|---|
| body | body | object | 否 | none | |
| » recall | body | integer | 是 | 传 1 |
返回示例
json
{
"code": 0,
"data": {
"arr": [],
"obj": {}
},
"msg": "success"
}返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK | none | Inline |
返回数据结构
状态码 200
| 名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
|---|---|---|---|---|---|
| » code | integer | true | none | none | |
| » msg | string | true | none | none |