Templates

Deploy a template discovery

Endpoint to deploy a template discovery.

post/templates/discovery/deploy

Request body

projectIdstring
backendRepoIdstring
frontendRepoIdstring

Example request

{
  "projectId": "5918273",
  "backendRepoId": "57102983",
  "frontendRepoId": "760192835"
}

Response

Successful operation

backendServiceIdstring
frontendServiceIdstring

Example response

{
  "backendServiceId": "78276512",
  "frontendServiceId": "666856120"
}

Changes