rename-scene 接口
重命名画面
请求方式
POST http://ip/mwapi/rename-scene
参数 | 说明 |
---|---|
sceneId | 编辑的画面ID |
name | 新的名称 |
showId | 演示稿ID |
{
"sceneId":100,
"name":"默认画面12we3",
"showId":7
}
返回数据
JSON 结构如下:
{
"status": 0,
}
1. 返回状态
{
"message": "Scene is not in current presentation",
"status": 48
}
属性 | 说明 |
---|---|
status | 返回状态。0:请求成功,返回其它值请参考 API 状态码。 |