Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.61 KB

install-the-plugin-to-the-project.md

File metadata and controls

76 lines (51 loc) · 1.61 KB

安装插件到项目

请求方法/请求路径

POST /ms/openapi/api/apigw/v3/atoms/{atomCode}/install

资源描述

安装插件到项目

输入参数说明

Query参数

参数名称 参数类型 必须 参数说明 默认值
channelCode string 渠道类型

Body参数

参数名称 参数类型 必须 参数说明 默认值
body 安装插件到项目请求报文 安装插件到项目请求报文体

Path参数

参数名称 参数类型 必须 参数说明 默认值

响应

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

请求样例

curl -X POST '[请替换为API地址栏请求地址]?channelCode={channelCode}' \
-H 'X-DEVOPS-UID:xxx'

HEADER样例

accept: application/json
Content-Type: application/json
X-DEVOPS-UID:xxx

返回样例-200

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

安装插件到项目请求报文

参数名称 参数类型 必须 参数说明
atomCode string 插件标识
projectCode List 项目标识

数据返回包装模型Boolean

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