Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.44 KB

pipeline-renaming.md

File metadata and controls

68 lines (46 loc) · 1.44 KB

流水线重命名

请求方法/请求路径

POST /ms/openapi/api/apigw/v3/projects/{projectId}/pipelines/{pipelineId}/rename

资源描述

流水线重命名

输入参数说明

Body参数

参数名称 参数类型 必须 参数说明 默认值
body 流水线模型-NAME 流水线名称

Path参数

参数名称 参数类型 必须 参数说明 默认值
projectId string 项目ID
pipelineId string 流水线ID

响应

HTTP代码 说明 参数类型
200 successful operation 数据返回包装模型Boolean

请求样例

curl -X POST '[请替换为API地址栏请求地址]'

HEADER样例

accept: application/json
Content-Type: application/json

返回样例-200

{
  "data" : true,
  "message" : "String",
  "status" : 0
}

流水线模型-NAME

参数名称 参数类型 必须 参数说明
name string 流水线名称

数据返回包装模型Boolean

参数名称 参数类型 必须 参数说明
data boolean 数据
message string 错误信息
status integer 状态码