本接口支持更新指定服务下文件的 Content-Type 值。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateImageFileCT | 接口名称。当前 API 的名称为 UpdateImageFileCT 。 |
Version | String | 是 | 2018-08-01 | 接口版本。当前 API 的版本为 2018-08-01 。 |
ServiceId | String | 是 |
| 待更新文件所在的服务 ID。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
StoreUri | String | 是 | tos-cn-i-5s**fo/Example/imagex.png | 待更新文件的存储 URI,您可以通过调用获取服务下的上传文件来获取所需的文件 URI。 |
StorageContentType | String | 是 |
| 设置更新后的 Content-Type 值。 说明 请确保更新后的 Content-Type,在服务维度设置的 Content-Type 白名单内。 |
本接口暂无特定的返回参数。更多信息请见公共返回参数。
POST https://imagex.volcengineapi.com/?Action=UpdateImageFileCT&Version=2018-08-01&ServiceId=5s**fo { "StoreUri": "tos-cn-i-5s**fo/Example/imagex.png", "StorageContentType": "image/jpeg" }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "UpdateImageFileCT", "Version": "2018-08-01", "Service": "ImageX", "Region": "cn-north-1" } }
本接口无特有的错误码。更多信息请见公共错误码以及 veImageX 错误码。