Templates

Install a template discovery

Endpoint to install a template discovery.

post/templates/discovery/install

Request body

organizationstring
destinationstring
isPrivateboolean

Example request

{
  "destination": "Jasmine Blog",
  "isPrivate": true,
  "discovery": {
    "settings": {
      "components": [
        {
          "id": "BannerWithButton"
        }
      ]
    }
  }
}

Response

Successful operation

backendRepoIdstring
frontendRepoIdstring

Example response

{
  "backendRepoId": "960883425",
  "frontendRepoId": "960883426"
}

Changes