编辑标签
<p>视频合成图片编辑标签</p>
<p>PUT <code>video/combine/image/tag/{id}</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>integer</td>
<td>标签id(路径参数)</td>
</tr>
<tr>
<td>name</td>
<td>string</td>
<td>名称</td>
</tr>
</tbody>
</table>