刷新集成key。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請(qǐng)求語法
POST /integrationConfig/refreshKey HTTP/1.1
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | 請(qǐng)求 Body。 | |
integrationConfigId | long | 否 | 集成配置 ID。 | 102 |
clientToken | string | 否 | 冪等標(biāo)識(shí)。 | 601FA6A2-AC5C-4B59-BE11-378F887A6A11 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"requestId": "601FA6A2-AC5C-4B59-BE11-378F887A6A11",
"data": {
"key": "859FA6A2-AC5C-4B09-BE23-986F887H6A232"
}
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
403 | IntegationConfigNotDisable | The specified integration config is not disabled. | 集成配置未禁用 |
404 | IntegationConfigNotExists | The specified integration config does not exist. | 集成配置不存在 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。