marketplace/add 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"source": "example",
"refName": "example",
"sparsePaths": [
"/workspace/project"
]
}curl --location '/v1/yousure/marketplace/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source": "example",
"refName": "example",
"sparsePaths": [
"/workspace/project"
]
}'{
"result": {
"alreadyAdded": false,
"installedRoot": "example",
"marketplaceName": "example"
}
}