修改 Flow 基礎資訊。
介面說明
本介面的單使用者 QPS 限制為 5 次/秒。超過限制,API 呼叫會被限流,這可能會影響您的業務,請合理呼叫。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
cams:ModifyFlow |
get |
*All Resource
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| FlowName |
string |
是 |
Flow 名稱。 |
Flow-**001 |
| Categories |
array |
是 |
目錄。 |
|
|
string |
否 |
Flow 目錄資訊。 枚舉值:
枚舉值:
|
["SIGN_UP"] |
|
| FlowId |
string |
否 |
流程 ID。 |
21231232312 |
| CustSpaceId |
string |
否 |
ISV 子客戶的 SpaceId。 |
cams-1sdkjwen2 |
|
否 |
The URL of the WA Flow Endpoint |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response。 |
||
| AccessDeniedDetail |
string |
存取被拒絕的詳細原因。 |
|
| RequestId |
string |
請求 ID。 |
1612C226-E271-4CFE-9F18-4066D****** |
| Message |
string |
錯誤描述資訊。 |
None |
| Data |
object |
返回資料。 |
|
| FlowId |
string |
Flow ID。 |
92675332812643**** |
| EndpointUri |
string |
The URL of the WA Flow Endpoint |
http://www.abc.com |
| Categories |
array |
Flow 目錄。 |
|
|
string |
Flow 目錄。 |
SIGN_UP |
|
| FlowName |
string |
Flow 名稱。 |
flow_001 |
| Code |
string |
結果返回 OK 為正常。 |
OK |
樣本
正常返回樣本
JSON格式
{
"AccessDeniedDetail": "",
"RequestId": "1612C226-E271-4CFE-9F18-4066D******",
"Message": "None",
"Data": {
"FlowId": "92675332812643****\n",
"EndpointUri": "http://www.abc.com",
"Categories": [
"SIGN_UP"
],
"FlowName": "flow_001"
},
"Code": "OK"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Product.Unsubscript | You have not subscribed to the specified product. | |
| 400 | Ram.PermissionDeny | You are not authorized to perform the operation. | |
| 400 | System.LimitControl | The system is under flow control. | |
| 400 | Unknown.ResourceOwnerId | The resource does not belong to the current user. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。