v1

latestOpenAPI 3.0.12026-07-145111.8 KB
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
}

Response

Successful operation

backendRepoIdstring
frontendRepoIdstring

Example response

{
  "backendRepoId": "571890287",
  "frontendRepoId": "679128352"
}
All 5 operations