修复文档错误
This commit is contained in:
parent
2b9146e301
commit
2cd7f6f861
|
|
@ -741,7 +741,7 @@ public class DeviceInstanceController implements
|
|||
//更新设备物模型
|
||||
@PutMapping(value = "/{id}/metadata")
|
||||
@SaveAction
|
||||
@QueryOperation(summary = "更新物模型")
|
||||
@Operation(summary = "更新物模型")
|
||||
public Mono<Void> updateMetadata(@PathVariable String id,
|
||||
@RequestBody Mono<String> metadata) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue