更新一個工作流的信息
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
composer:UpdateFlow | Write |
|
| 無 |
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
FlowId | string | 是 | 需要更新的工作流 ID | lc-uf6axpwfcw4ubx |
FlowName | string | 否 | 更新后的工作流名稱 | test |
FlowDescription | string | 否 | 更新后的工作流描述 | 這是一個工作流的描述 |
Definition | string | 否 | 更新后的工作流定義 | {\"schemaVersion\":\"2018-12-12\",\"actions\":{},\"version\":\"1.0.0\",\"triggers\":{}} |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"CurrentVersionId": 10,
"RequestId": "ADB97A33-50E7-48A5-963D-ACBAE36D0BEC",
"Success": true
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidDefinition.Format | The specified workflow definition is incorrectly formatted. It must be valid JSON content. | 流程定義錯誤,必須是一個合法的 JSON |
400 | InvalidParameter.Definition | The specified definition is invalid. | 您輸入的參數(shù) Definition 不合法。 |
400 | InvalidParameter.Description.Length | The specified description cannot be more than 255 characters in length. | 參數(shù)Description超出長度限制 255。 |
400 | InvalidParameter.Name | The specified name is invalid. | 您輸入的參數(shù) Name 不合法。 |
400 | InvalidParameter.Name.Length | The specified name cannot be more than 100 characters in length. | 參數(shù)Name超出長度限制 100。 |
403 | NoPermission | You are not authorized to perform this operation. %s. | 權(quán)限不足。 |
404 | InvalidFlow.NotFound | The specified workflow does not exist. Verify the availability of the workflow. | 指定的流程不存在,請確認(rèn)該流程的狀態(tài)是否可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內(nèi)容概要 | 操作 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2022-11-21 | OpenAPI 描述信息更新、OpenAPI 錯誤碼發(fā)生變更 | 看變更集 | ||||||||||
|