安装插件到项目

Request method/request path

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

Resource description

Install the plug-in into the project

Input parameter description

Query parameter

Body parameter

Path parameter

response

Request sample

curl -X POST '[please replace API address bar request address]? channelCode={channelCode}' 

HEADER example

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

Return example -200

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

Install plug-in to project request message

Data return wrapper model Boolean

Last updated