安装研发商店模板到项目

Request method/request path

POST /ms/openapi/api/apigw/v3/market/template/installFromStore

Resource description

Install the R&D store template into the project

Input parameter description

Body parameter

Parameter nameParameter typemustParameter descriptionDefault value

body

is

Install the R&D store template into the project request style

Path parameter

Parameter nameParameter typemustParameter descriptionDefault value

response

HTTP codedescriptionParameter type

200

successful operation

Request sample

curl -X POST '[Please replace API address bar request address]' 

HEADER example

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

Return example -200

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

Install template to project request message

Parameter nameParameter typemustParameter description

projectCodeList

List

is

Item identification

templateCode

string

is

Template code

Data return wrapper model Boolean

Parameter nameParameter typemustParameter description

data

boolean

no

data

message

string

no

Error message

status

integer

is

Status code

Last updated