集成配置更新。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /integrationConfig/update HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
Object | Body | 否 | A short description of struct |
||
integrationConfigId | Long | Body | 否 | 103 | 集成配置id |
accessKey | String | Body | 否 | 601FA6A2-AC5C-4B59-BE11-378F887A6A11 | accessKey |
clientToken | String | Body | 否 | 601FA6A2-AC5C-4B59-BE11-378F987A6A98 | 幂等id |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
requestId | String | 10REQUES-AC5C-4B59-BE11-378F117A6A88 | Id of the request |
示例
请求示例
POST /integrationConfig/update HTTP/1.1
Host:gemp.cn-shanghai.aliyuncs.com
Content-Type:application/json
{
"integrationConfigId":37,
"key":"3de5c2b1d1444a8bb875453bfa3d6789"
}
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<UpdateIntegrationConfigResponse>
<requestId>CE900955-A6DD-4923-9F53-6283B9D0D32A</requestId>
</UpdateIntegrationConfigResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"requestId" : "CE900955-A6DD-4923-9F53-6283B9D0D32A"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | IntegationConfigNotDisable | The specified integration config is not disabled. | 集成配置未禁用 |
404 | IntegationConfigNotExists | The specified integration config does not exist. | 集成配置不存在 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。