Templates
Install a template discovery
Endpoint to install a template discovery.
post/templates/discovery/install
Request body
Example request
{
"destination": "Jasmine Blog",
"isPrivate": true,
"discovery": {
"settings": {
"components": [
{
"id": "BannerWithButton"
}
]
}
}
}Response
Successful operation
Example response
{
"backendRepoId": "960883425",
"frontendRepoId": "960883426"
}