医疗智能体 EIHEALTH-更新资产指定版本的信息:请求示例

时间:2024-05-11 08:28:28

请求示例

修改资产信息,更新短描述、长描述、封面图、标签

https://eihealth.cn-north-4.myhuaweicloud.com/v1/{project_id}/assets/{asset_id}/versions/{version}

{
  "summary" : "this is summary",
  "description" : "this is description",
  "picture" : "data:image/png;base64,xxxxx",
  "labels" : [ "label1" ]
}
support.huaweicloud.com/api-eihealth/UpdateAssetVersion.html